#39012E

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

Shades of Blackberry #39012E

Tints of Blackberry #39012E

Color information

#39012E (or 0x39012E) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 2E. RGB value is (57,1,46). Sum of RGB (Red+Green+Blue) = 57+1+46=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #39012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39012E is #C6FED1. Grayscale: #161616. Windows color (decimal): -13041362 or 3014969. OLE color: 3014969.

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

Color convert

RGB57146-
CMYK00.980.190.78
HSL311.79º96.55%11.37%-
HSV(B)311.79º98.25%22.35%-
XYZ2.191.092.68-
YUV22.87141.05152.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=54.81%
G=0.96%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714600.980.190.78311.7996.5511.37
Hex3912E062134E13861b
Octal7115601422311647014113
Binary11100111011100110001010011100111010011100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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