#400A1F

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

Shades of Blackberry #400A1F

Tints of Blackberry #400A1F

Color information

#400A1F (or 0x400A1F) is unknown color: approx Blackberry. HEX triplet: 40, 0A and 1F. RGB value is (64,10,31). Sum of RGB (Red+Green+Blue) = 64+10+31=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A1F is #BFF5E0. Grayscale: #1C1C1C. Windows color (decimal): -12580321 or 2034240. OLE color: 2034240.

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

Color convert

RGB641031-
CMYK00.840.520.75
HSL336.67º72.97%14.51%-
HSV(B)336.67º84.38%25.1%-
XYZ2.471.411.44-
YUV28.54129.39153.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=60.95%
G=9.52%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64103100.840.520.75336.6772.9714.51
Hex40A1F054344B15149f
Octal100123701246411352111117
Binary100000010101111101010100110100100101110101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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