#39072E

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

Shades of Blackberry #39072E

Tints of Blackberry #39072E

Color information

#39072E (or 0x39072E) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 2E. RGB value is (57,7,46). Sum of RGB (Red+Green+Blue) = 57+7+46=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #39072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39072E is #C6F8D1. Grayscale: #1A1A1A. Windows color (decimal): -13039826 or 3016505. OLE color: 3016505.

HSL color Cylindrical-coordinate representation of color #39072E: hue angle of 313.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 #39072E is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB57746-
CMYK00.880.190.78
HSL313.2º78.12%12.55%-
HSV(B)313.2º87.72%22.35%-
XYZ2.261.222.7-
YUV26.4139.06149.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=51.82%
G=6.36%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5774600.880.190.78313.278.1212.55
Hex3972E058134E1394ed
Octal7175601302311647111615
Binary1110011111011100101100010011100111010011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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