#40122A

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

Shades of Blackberry #40122A

Tints of Blackberry #40122A

Color information

#40122A (or 0x40122A) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 2A. RGB value is (64,18,42). Sum of RGB (Red+Green+Blue) = 64+18+42=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40122A is #BFEDD5. Grayscale: #222222. Windows color (decimal): -12578262 or 2757184. OLE color: 2757184.

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

Color convert

RGB641842-
CMYK00.720.340.75
HSL328.7º56.1%16.08%-
HSV(B)328.7º71.88%25.1%-
XYZ2.751.692.37-
YUV34.49132.24149.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=51.61%
G=14.52%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64184200.720.340.75328.756.116.08
Hex40122A048224B1493810
Octal10022520110421135117020
Binary10000001001010101001001000100010100101110100100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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