#400832

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

Shades of Blackberry #400832

Tints of Blackberry #400832

Color information

#400832 (or 0x400832) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 32. RGB value is (64,8,50). Sum of RGB (Red+Green+Blue) = 64+8+50=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #400832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400832 is #BFF7CD. Grayscale: #1D1D1D. Windows color (decimal): -12580814 or 3278912. OLE color: 3278912.

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

Color convert

RGB64850-
CMYK00.870.220.75
HSL315º77.78%14.12%-
HSV(B)315º87.5%25.1%-
XYZ2.781.493.16-
YUV29.53139.55152.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=52.46%
G=6.56%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6485000.870.220.7531577.7814.12
Hex40832057164B13b4ee
Octal100106201272611347311616
Binary100000010001100100101011110110100101110011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400832; }

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

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

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

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

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

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

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

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