#39021E

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

Shades of Blackberry #39021E

Tints of Blackberry #39021E

Color information

#39021E (or 0x39021E) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 1E. RGB value is (57,2,30). Sum of RGB (Red+Green+Blue) = 57+2+30=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39021E is #C6FDE1. Grayscale: #151515. Windows color (decimal): -13041122 or 1966649. OLE color: 1966649.

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

Color convert

RGB57230-
CMYK00.960.470.78
HSL329.45º93.22%11.57%-
HSV(B)329.45º96.49%22.35%-
XYZ1.941.011.32-
YUV21.64132.72153.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=64.04%
G=2.25%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5723000.960.470.78329.4593.2211.57
Hex3921E0602F4E1495dc
Octal7123601405711651113514
Binary111001101111001100000101111100111010100100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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