#400E21

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

Shades of Blackberry #400E21

Tints of Blackberry #400E21

Color information

#400E21 (or 0x400E21) is unknown color: approx Blackberry. HEX triplet: 40, 0E and 21. RGB value is (64,14,33). Sum of RGB (Red+Green+Blue) = 64+14+33=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E21 is #BFF1DE. Grayscale: #1F1F1F. Windows color (decimal): -12579295 or 2166336. OLE color: 2166336.

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

Color convert

RGB641433-
CMYK00.780.480.75
HSL337.2º64.1%15.29%-
HSV(B)337.2º78.12%25.1%-
XYZ2.551.511.6-
YUV31.12129.06151.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=57.66%
G=12.61%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64143300.780.480.75337.264.115.29
Hex40E2104E304B15140f
Octal100164101166011352110017
Binary1000000111010000101001110110000100101110101000110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,14,33); }

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

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

 a { background-color: rgb(64,14,33); }

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

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

 span { border-color: rgb(64,14,33); }

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