#400A31

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

Shades of Blackberry #400A31

Tints of Blackberry #400A31

Color information

#400A31 (or 0x400A31) is unknown color: approx Blackberry. HEX triplet: 40, 0A and 31. RGB value is (64,10,49). Sum of RGB (Red+Green+Blue) = 64+10+49=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #400A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A31 is #BFF5CE. Grayscale: #1E1E1E. Windows color (decimal): -12580303 or 3213888. OLE color: 3213888.

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

Color convert

RGB641049-
CMYK00.840.230.75
HSL316.67º72.97%14.51%-
HSV(B)316.67º84.38%25.1%-
XYZ2.781.533.05-
YUV30.59138.39151.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=52.03%
G=8.13%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64104900.840.230.75316.6772.9714.51
Hex40A31054174B13d49f
Octal100126101242711347511117
Binary100000010101100010101010010111100101110011110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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