#39071A

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

Shades of Blackberry #39071A

Tints of Blackberry #39071A

Color information

#39071A (or 0x39071A) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 1A. RGB value is (57,7,26). Sum of RGB (Red+Green+Blue) = 57+7+26=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #39071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39071A is #C6F8E5. Grayscale: #181818. Windows color (decimal): -13039846 or 1705785. OLE color: 1705785.

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

Color convert

RGB57726-
CMYK00.880.540.78
HSL337.2º78.12%12.55%-
HSV(B)337.2º87.72%22.35%-
XYZ1.951.11.09-
YUV24.12129.06151.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=63.33%
G=7.78%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5772600.880.540.78337.278.1212.55
Hex3971A058364E1514ed
Octal7173201306611652111615
Binary1110011111101001011000110110100111010101000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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