#39011B

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

Shades of Blackberry #39011B

Tints of Blackberry #39011B

Color information

#39011B (or 0x39011B) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 1B. RGB value is (57,1,27). Sum of RGB (Red+Green+Blue) = 57+1+27=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #39011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39011B is #C6FEE4. Grayscale: #141414. Windows color (decimal): -13041381 or 1769785. OLE color: 1769785.

HSL color Cylindrical-coordinate representation of color #39011B: hue angle of 332.14º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39011B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB57127-
CMYK00.980.530.78
HSL332.14º96.55%11.37%-
HSV(B)332.14º98.25%22.35%-
XYZ1.90.971.12-
YUV20.71131.55153.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.06%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 27 (10.94% from 255) = 31.76%
R=67.06%
G=1.18%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5712700.980.530.78332.1496.5511.37
Hex3911B062354E14c61b
Octal7113301426511651414113
Binary11100111101101100010110101100111010100110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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