#400829

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

Shades of Blackberry #400829

Tints of Blackberry #400829

Color information

#400829 (or 0x400829) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 29. RGB value is (64,8,41). Sum of RGB (Red+Green+Blue) = 64+8+41=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400829 is #BFF7D6. Grayscale: #1C1C1C. Windows color (decimal): -12580823 or 2689088. OLE color: 2689088.

HSL color Cylindrical-coordinate representation of color #400829: hue angle of 324.64º 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 #400829 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB64841-
CMYK00.870.360.75
HSL324.64º77.78%14.12%-
HSV(B)324.64º87.5%25.1%-
XYZ2.61.422.24-
YUV28.51135.05153.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=56.64%
G=7.08%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6484100.870.360.75324.6477.7814.12
Hex40829057244B1454ee
Octal100105101274411350511616
Binary1000000100010100101010111100100100101110100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400829; }

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

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

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

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

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

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

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

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