#400821

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

Shades of Blackberry #400821

Tints of Blackberry #400821

Color information

#400821 (or 0x400821) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 21. RGB value is (64,8,33). Sum of RGB (Red+Green+Blue) = 64+8+33=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400821 is #BFF7DE. Grayscale: #1B1B1B. Windows color (decimal): -12580831 or 2164800. OLE color: 2164800.

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

Color convert

RGB64833-
CMYK00.870.480.75
HSL333.21º77.78%14.12%-
HSV(B)333.21º87.5%25.1%-
XYZ2.481.371.57-
YUV27.59131.05153.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=60.95%
G=7.62%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6483300.870.480.75333.2177.7814.12
Hex40821057304B14d4ee
Octal100104101276011351511616
Binary1000000100010000101010111110000100101110100110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400821; }

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

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

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

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

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

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

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

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