#400C2F

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

Shades of Blackberry #400C2F

Tints of Blackberry #400C2F

Color information

#400C2F (or 0x400C2F) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 2F. RGB value is (64,12,47). Sum of RGB (Red+Green+Blue) = 64+12+47=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #400C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C2F is #BFF3D0. Grayscale: #1F1F1F. Windows color (decimal): -12579793 or 3083328. OLE color: 3083328.

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

Color convert

RGB641247-
CMYK00.810.270.75
HSL319.62º68.42%14.9%-
HSV(B)319.62º81.25%25.1%-
XYZ2.761.562.84-
YUV31.54136.73151.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=52.03%
G=9.76%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64124700.810.270.75319.6268.4214.9
Hex40C2F0511B4B14044f
Octal100145701213311350010417
Binary100000011001011110101000111011100101110100000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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