#400C23

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

Shades of Blackberry #400C23

Tints of Blackberry #400C23

Color information

#400C23 (or 0x400C23) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 23. RGB value is (64,12,35). Sum of RGB (Red+Green+Blue) = 64+12+35=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400C23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C23 is #BFF3DC. Grayscale: #1E1E1E. Windows color (decimal): -12579805 or 2296896. OLE color: 2296896.

HSL color Cylindrical-coordinate representation of color #400C23: hue angle of 333.46º 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 #400C23 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB641235-
CMYK00.810.450.75
HSL333.46º68.42%14.9%-
HSV(B)333.46º81.25%25.1%-
XYZ2.551.471.74-
YUV30.17130.73152.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=57.66%
G=10.81%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64123500.810.450.75333.4668.4214.9
Hex40C230512D4B14d44f
Octal100144301215511351510417
Binary1000000110010001101010001101101100101110100110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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