#39031E

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

Shades of Blackberry #39031E

Tints of Blackberry #39031E

Color information

#39031E (or 0x39031E) is unknown color: approx Blackberry. HEX triplet: 39, 03 and 1E. RGB value is (57,3,30). Sum of RGB (Red+Green+Blue) = 57+3+30=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #39031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39031E is #C6FCE1. Grayscale: #161616. Windows color (decimal): -13040866 or 1966905. OLE color: 1966905.

HSL color Cylindrical-coordinate representation of color #39031E: hue angle of 330º 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 #39031E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB57330-
CMYK00.950.470.78
HSL330º90%11.76%-
HSV(B)330º94.74%22.35%-
XYZ1.951.031.32-
YUV22.22132.39152.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=63.33%
G=3.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5733000.950.470.783309011.76
Hex3931E05F2F4E14a5ac
Octal7133601375711651213214
Binary111001111111001011111101111100111010100101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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