#39072B

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

Shades of Blackberry #39072B

Tints of Blackberry #39072B

Color information

#39072B (or 0x39072B) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 2B. RGB value is (57,7,43). Sum of RGB (Red+Green+Blue) = 57+7+43=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #39072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39072B is #C6F8D4. Grayscale: #191919. Windows color (decimal): -13039829 or 2819897. OLE color: 2819897.

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

Color convert

RGB57743-
CMYK00.880.250.78
HSL316.8º78.12%12.55%-
HSV(B)316.8º87.72%22.35%-
XYZ2.21.22.4-
YUV26.05137.56150.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=53.27%
G=6.54%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5774300.880.250.78316.878.1212.55
Hex3972B058194E13d4ed
Octal7175301303111647511615
Binary1110011111010110101100011001100111010011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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