#39091C

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

Shades of Blackberry #39091C

Tints of Blackberry #39091C

Color information

#39091C (or 0x39091C) is unknown color: approx Blackberry. HEX triplet: 39, 09 and 1C. RGB value is (57,9,28). Sum of RGB (Red+Green+Blue) = 57+9+28=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #39091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39091C is #C6F6E3. Grayscale: #191919. Windows color (decimal): -13039332 or 1837369. OLE color: 1837369.

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

Color convert

RGB57928-
CMYK00.840.510.78
HSL336.25º72.73%12.94%-
HSV(B)336.25º84.21%22.35%-
XYZ1.991.151.22-
YUV25.52129.4150.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=60.64%
G=9.57%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5792800.840.510.78336.2572.7312.94
Hex3991C054334E15049d
Octal71113401246311652011115
Binary11100110011110001010100110011100111010101000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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