#39031B

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

Shades of Blackberry #39031B

Tints of Blackberry #39031B

Color information

#39031B (or 0x39031B) is unknown color: approx Blackberry. HEX triplet: 39, 03 and 1B. RGB value is (57,3,27). Sum of RGB (Red+Green+Blue) = 57+3+27=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #39031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39031B is #C6FCE4. Grayscale: #151515. Windows color (decimal): -13040869 or 1770297. OLE color: 1770297.

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

Color convert

RGB57327-
CMYK00.950.530.78
HSL333.33º90%11.76%-
HSV(B)333.33º94.74%22.35%-
XYZ1.921.011.13-
YUV21.88130.89153.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=65.52%
G=3.45%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5732700.950.530.78333.339011.76
Hex3931B05F354E14d5ac
Octal7133301376511651513214
Binary111001111101101011111110101100111010100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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