#39061C

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

Shades of Blackberry #39061C

Tints of Blackberry #39061C

Color information

#39061C (or 0x39061C) is unknown color: approx Blackberry. HEX triplet: 39, 06 and 1C. RGB value is (57,6,28). Sum of RGB (Red+Green+Blue) = 57+6+28=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #39061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39061C is #C6F9E3. Grayscale: #171717. Windows color (decimal): -13040100 or 1836601. OLE color: 1836601.

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

Color convert

RGB57628-
CMYK00.890.510.78
HSL334.12º80.95%12.35%-
HSV(B)334.12º89.47%22.35%-
XYZ1.961.081.2-
YUV23.76130.4151.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=62.64%
G=6.59%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5762800.890.510.78334.1280.9512.35
Hex3961C059334E14e51c
Octal7163401316311651612114
Binary1110011101110001011001110011100111010100111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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