#39041C

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

Shades of Blackberry #39041C

Tints of Blackberry #39041C

Color information

#39041C (or 0x39041C) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 1C. RGB value is (57,4,28). Sum of RGB (Red+Green+Blue) = 57+4+28=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39041C is #C6FBE3. Grayscale: #161616. Windows color (decimal): -13040612 or 1836089. OLE color: 1836089.

HSL color Cylindrical-coordinate representation of color #39041C: hue angle of 332.83º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39041C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB57428-
CMYK00.930.510.78
HSL332.83º86.89%11.96%-
HSV(B)332.83º92.98%22.35%-
XYZ1.941.041.2-
YUV22.58131.06152.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=64.04%
G=4.49%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5742800.930.510.78332.8386.8911.96
Hex3941C05D334E14d57c
Octal7143401356311651512714
Binary1110011001110001011101110011100111010100110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39041C; }

 p { color: rgb(57,4,28); }

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

<style>
 a { background-color: #39041C; }

 a { background-color: rgb(57,4,28); }

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

<style>
 span { border-color: #39041C; }

 span { border-color: rgb(57,4,28); }

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