#390219

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

Shades of Blackberry #390219

Tints of Blackberry #390219

Color information

#390219 (or 0x390219) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 19. RGB value is (57,2,25). Sum of RGB (Red+Green+Blue) = 57+2+25=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390219 is #C6FDE6. Grayscale: #151515. Windows color (decimal): -13041127 or 1638969. OLE color: 1638969.

HSL color Cylindrical-coordinate representation of color #390219: hue angle of 334.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390219 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB57225-
CMYK00.960.560.78
HSL334.91º93.22%11.57%-
HSV(B)334.91º96.49%22.35%-
XYZ1.880.981.01-
YUV21.07130.22153.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.86%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=67.86%
G=2.38%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5722500.960.560.78334.9193.2211.57
Hex39219060384E14f5dc
Octal7123101407011651713514
Binary111001101100101100000111000100111010100111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390219; }

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

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

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

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

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

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

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

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