#39071B

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

Shades of Blackberry #39071B

Tints of Blackberry #39071B

Color information

#39071B (or 0x39071B) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 1B. RGB value is (57,7,27). Sum of RGB (Red+Green+Blue) = 57+7+27=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #39071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39071B is #C6F8E4. Grayscale: #181818. Windows color (decimal): -13039845 or 1771321. OLE color: 1771321.

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

Color convert

RGB57727-
CMYK00.880.530.78
HSL336º78.12%12.55%-
HSV(B)336º87.72%22.35%-
XYZ1.961.11.15-
YUV24.23129.56151.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=62.64%
G=7.69%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5772700.880.530.7833678.1212.55
Hex3971B058354E1504ed
Octal7173301306511652011615
Binary1110011111101101011000110101100111010101000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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