#39011E

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

Shades of Blackberry #39011E

Tints of Blackberry #39011E

Color information

#39011E (or 0x39011E) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 1E. RGB value is (57,1,30). Sum of RGB (Red+Green+Blue) = 57+1+30=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #39011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39011E is #C6FEE1. Grayscale: #141414. Windows color (decimal): -13041378 or 1966393. OLE color: 1966393.

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

Color convert

RGB57130-
CMYK00.980.470.78
HSL328.93º96.55%11.37%-
HSV(B)328.93º98.25%22.35%-
XYZ1.930.991.32-
YUV21.05133.05153.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=64.77%
G=1.14%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713000.980.470.78328.9396.5511.37
Hex3911E0622F4E14961b
Octal7113601425711651114113
Binary11100111111001100010101111100111010100100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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