#39021D

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

Shades of Blackberry #39021D

Tints of Blackberry #39021D

Color information

#39021D (or 0x39021D) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 1D. RGB value is (57,2,29). Sum of RGB (Red+Green+Blue) = 57+2+29=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #39021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39021D is #C6FDE2. Grayscale: #151515. Windows color (decimal): -13041123 or 1901113. OLE color: 1901113.

HSL color Cylindrical-coordinate representation of color #39021D: hue angle of 330.55º 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 #39021D is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB57229-
CMYK00.960.490.78
HSL330.55º93.22%11.57%-
HSV(B)330.55º96.49%22.35%-
XYZ1.9311.25-
YUV21.52132.22153.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=64.77%
G=2.27%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5722900.960.490.78330.5593.2211.57
Hex3921D060314E14b5dc
Octal7123501406111651313514
Binary111001101110101100000110001100111010100101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39021D; }

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

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

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

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

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

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

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

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