#400219

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

Shades of Blackberry #400219

Tints of Blackberry #400219

Color information

#400219 (or 0x400219) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 19. RGB value is (64,2,25). Sum of RGB (Red+Green+Blue) = 64+2+25=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400219 is #BFFDE6. Grayscale: #171717. Windows color (decimal): -12582375 or 1638976. OLE color: 1638976.

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

Color convert

RGB64225-
CMYK00.970.610.75
HSL337.74º93.94%12.94%-
HSV(B)337.74º96.88%25.1%-
XYZ2.311.21.03-
YUV23.16129.04157.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=70.33%
G=2.20%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422500.970.610.75337.7493.9412.94
Hex402190613D4B1525ed
Octal10023101417511352213615
Binary1000000101100101100001111101100101110101001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400219; }

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

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

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

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

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

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

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

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