#39012B

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

Shades of Blackberry #39012B

Tints of Blackberry #39012B

Color information

#39012B (or 0x39012B) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 2B. RGB value is (57,1,43). Sum of RGB (Red+Green+Blue) = 57+1+43=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #39012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39012B is #C6FED4. Grayscale: #161616. Windows color (decimal): -13041365 or 2818361. OLE color: 2818361.

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

Color convert

RGB57143-
CMYK00.980.250.78
HSL315º96.55%11.37%-
HSV(B)315º98.25%22.35%-
XYZ2.131.072.38-
YUV22.53139.55152.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=56.44%
G=0.99%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714300.980.250.7831596.5511.37
Hex3912B062194E13b61b
Octal7115301423111647314113
Binary11100111010110110001011001100111010011101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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