#39071E

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

Shades of Blackberry #39071E

Tints of Blackberry #39071E

Color information

#39071E (or 0x39071E) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 1E. RGB value is (57,7,30). Sum of RGB (Red+Green+Blue) = 57+7+30=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #39071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39071E is #C6F8E1. Grayscale: #181818. Windows color (decimal): -13039842 or 1967929. OLE color: 1967929.

HSL color Cylindrical-coordinate representation of color #39071E: hue angle of 332.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39071E is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB57730-
CMYK00.880.470.78
HSL332.4º78.12%12.55%-
HSV(B)332.4º87.72%22.35%-
XYZ21.121.34-
YUV24.57131.06151.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=60.64%
G=7.45%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5773000.880.470.78332.478.1212.55
Hex3971E0582F4E14c4ed
Octal7173601305711651411615
Binary1110011111111001011000101111100111010100110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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