#400C22

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

Shades of Blackberry #400C22

Tints of Blackberry #400C22

Color information

#400C22 (or 0x400C22) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 22. RGB value is (64,12,34). Sum of RGB (Red+Green+Blue) = 64+12+34=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #400C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C22 is #BFF3DD. Grayscale: #1E1E1E. Windows color (decimal): -12579806 or 2231360. OLE color: 2231360.

HSL color Cylindrical-coordinate representation of color #400C22: hue angle of 334.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C22 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB641234-
CMYK00.810.470.75
HSL334.62º68.42%14.9%-
HSV(B)334.62º81.25%25.1%-
XYZ2.531.471.66-
YUV30.06130.23152.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=58.18%
G=10.91%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64123400.810.470.75334.6268.4214.9
Hex40C220512F4B14f44f
Octal100144201215711351710417
Binary1000000110010001001010001101111100101110100111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400C22; }

 p { color: rgb(64,12,34); }

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

<style>
 a { background-color: #400C22; }

 a { background-color: rgb(64,12,34); }

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

<style>
 span { border-color: #400C22; }

 span { border-color: rgb(64,12,34); }

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