#39012D

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

Shades of Blackberry #39012D

Tints of Blackberry #39012D

Color information

#39012D (or 0x39012D) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 2D. RGB value is (57,1,45). Sum of RGB (Red+Green+Blue) = 57+1+45=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #39012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39012D is #C6FED2. Grayscale: #161616. Windows color (decimal): -13041363 or 2949433. OLE color: 2949433.

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

Color convert

RGB57145-
CMYK00.980.210.78
HSL312.86º96.55%11.37%-
HSV(B)312.86º98.25%22.35%-
XYZ2.171.082.58-
YUV22.76140.55152.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=55.34%
G=0.97%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714500.980.210.78312.8696.5511.37
Hex3912D062154E13961b
Octal7115501422511647114113
Binary11100111011010110001010101100111010011100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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