#40122C

Color #40122C Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #40122C

Tints of Blackberry #40122C

Color information

#40122C (or 0x40122C) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 2C. RGB value is (64,18,44). Sum of RGB (Red+Green+Blue) = 64+18+44=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40122C is #BFEDD3. Grayscale: #222222. Windows color (decimal): -12578260 or 2888256. OLE color: 2888256.

HSL color Cylindrical-coordinate representation of color #40122C: hue angle of 326.09º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40122C is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB641844-
CMYK00.720.310.75
HSL326.09º56.1%16.08%-
HSV(B)326.09º71.88%25.1%-
XYZ2.791.72.57-
YUV34.72133.24148.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=50.79%
G=14.29%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64184400.720.310.75326.0956.116.08
Hex40122C0481F4B1463810
Octal10022540110371135067020
Binary1000000100101011000100100011111100101110100011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40122C; }

 p { color: rgb(64,18,44); }

 H1.HeaderClassName
 {
   color: #40122C;
 }
 .AnyTagClassName
 {
   color: #40122C;
 }
</style>
background-color css

<style>
 a { background-color: #40122C; }

 a { background-color: rgb(64,18,44); }

 div.DivClassName
 {
   background-color: #40122C;
 }
 .BgClassName
 {
   background-color: #40122C;
 }
</style>
border-color css

<style>
 span { border-color: #40122C; }

 span { border-color: rgb(64,18,44); }

 td.TdClassName
 {
   border-color: #40122C;
 }
 .TagClassName
 {
   border-color: #40122C;
 }
</style>