#39071C

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

Shades of Blackberry #39071C

Tints of Blackberry #39071C

Color information

#39071C (or 0x39071C) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 1C. RGB value is (57,7,28). Sum of RGB (Red+Green+Blue) = 57+7+28=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #39071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39071C is #C6F8E3. Grayscale: #181818. Windows color (decimal): -13039844 or 1836857. OLE color: 1836857.

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

Color convert

RGB57728-
CMYK00.880.510.78
HSL334.8º78.12%12.55%-
HSV(B)334.8º87.72%22.35%-
XYZ1.971.111.21-
YUV24.34130.06151.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=61.96%
G=7.61%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5772800.880.510.78334.878.1212.55
Hex3971C058334E14f4ed
Octal7173401306311651711615
Binary1110011111110001011000110011100111010100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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