#400B2A

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

Shades of Blackberry #400B2A

Tints of Blackberry #400B2A

Color information

#400B2A (or 0x400B2A) is unknown color: approx Blackberry. HEX triplet: 40, 0B and 2A. RGB value is (64,11,42). Sum of RGB (Red+Green+Blue) = 64+11+42=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #400B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B2A is #BFF4D5. Grayscale: #1E1E1E. Windows color (decimal): -12580054 or 2755392. OLE color: 2755392.

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

Color convert

RGB641142-
CMYK00.830.340.75
HSL324.91º70.67%14.71%-
HSV(B)324.91º82.81%25.1%-
XYZ2.651.52.34-
YUV30.38134.56151.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 11 (4.69% from 255) = 9.40%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=54.70%
G=9.40%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64114200.830.340.75324.9170.6714.71
Hex40B2A053224B14547f
Octal100135201234211350510717
Binary1000000101110101001010011100010100101110100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,11,42); }

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

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

 a { background-color: rgb(64,11,42); }

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

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

 span { border-color: rgb(64,11,42); }

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