#39071F

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

Shades of Blackberry #39071F

Tints of Blackberry #39071F

Color information

#39071F (or 0x39071F) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 1F. RGB value is (57,7,31). Sum of RGB (Red+Green+Blue) = 57+7+31=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #39071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39071F is #C6F8E0. Grayscale: #181818. Windows color (decimal): -13039841 or 2033465. OLE color: 2033465.

HSL color Cylindrical-coordinate representation of color #39071F: hue angle of 331.2º 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 #39071F is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB57731-
CMYK00.880.460.78
HSL331.2º78.12%12.55%-
HSV(B)331.2º87.72%22.35%-
XYZ2.011.121.41-
YUV24.69131.56151.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=60%
G=7.37%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5773100.880.460.78331.278.1212.55
Hex3971F0582E4E14b4ed
Octal7173701305611651311615
Binary1110011111111101011000101110100111010100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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