#400C1F

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

Shades of Blackberry #400C1F

Tints of Blackberry #400C1F

Color information

#400C1F (or 0x400C1F) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 1F. RGB value is (64,12,31). Sum of RGB (Red+Green+Blue) = 64+12+31=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1F is #BFF3E0. Grayscale: #1D1D1D. Windows color (decimal): -12579809 or 2034752. OLE color: 2034752.

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

Color convert

RGB641231-
CMYK00.810.520.75
HSL338.08º68.42%14.9%-
HSV(B)338.08º81.25%25.1%-
XYZ2.491.451.45-
YUV29.71128.73152.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=59.81%
G=11.21%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64123100.810.520.75338.0868.4214.9
Hex40C1F051344B15244f
Octal100143701216411352210417
Binary100000011001111101010001110100100101110101001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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