#40122F

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

Shades of Blackberry #40122F

Tints of Blackberry #40122F

Color information

#40122F (or 0x40122F) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 2F. RGB value is (64,18,47). Sum of RGB (Red+Green+Blue) = 64+18+47=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40122F is #BFEDD0. Grayscale: #222222. Windows color (decimal): -12578257 or 3084864. OLE color: 3084864.

HSL color Cylindrical-coordinate representation of color #40122F: hue angle of 322.17º 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 #40122F is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB641847-
CMYK00.720.270.75
HSL322.17º56.1%16.08%-
HSV(B)322.17º71.88%25.1%-
XYZ2.841.732.87-
YUV35.06134.74148.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=49.61%
G=13.95%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64184700.720.270.75322.1756.116.08
Hex40122F0481B4B1423810
Octal10022570110331135027020
Binary1000000100101011110100100011011100101110100001011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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