#400822

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

Shades of Blackberry #400822

Tints of Blackberry #400822

Color information

#400822 (or 0x400822) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 22. RGB value is (64,8,34). Sum of RGB (Red+Green+Blue) = 64+8+34=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400822 is #BFF7DD. Grayscale: #1B1B1B. Windows color (decimal): -12580830 or 2230336. OLE color: 2230336.

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

Color convert

RGB64834-
CMYK00.870.470.75
HSL332.14º77.78%14.12%-
HSV(B)332.14º87.5%25.1%-
XYZ2.491.381.65-
YUV27.71131.55153.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=60.38%
G=7.55%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6483400.870.470.75332.1477.7814.12
Hex408220572F4B14c4ee
Octal100104201275711351411616
Binary1000000100010001001010111101111100101110100110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400822; }

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

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

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

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

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

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

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

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