#400220

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

Shades of Blackberry #400220

Tints of Blackberry #400220

Color information

#400220 (or 0x400220) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 20. RGB value is (64,2,32). Sum of RGB (Red+Green+Blue) = 64+2+32=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400220 is #BFFDDF. Grayscale: #171717. Windows color (decimal): -12582368 or 2097728. OLE color: 2097728.

HSL color Cylindrical-coordinate representation of color #400220: hue angle of 330.97º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400220 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB64232-
CMYK00.970.500.75
HSL330.97º93.94%12.94%-
HSV(B)330.97º96.88%25.1%-
XYZ2.41.241.48-
YUV23.96132.54156.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=65.31%
G=2.04%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6423200.970.500.75330.9793.9412.94
Hex40220061324B14b5ed
Octal10024001416211351313615
Binary10000001010000001100001110010100101110100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400220; }

 p { color: rgb(64,2,32); }

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

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

 a { background-color: rgb(64,2,32); }

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

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

 span { border-color: rgb(64,2,32); }

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