#39061B

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

Shades of Blackberry #39061B

Tints of Blackberry #39061B

Color information

#39061B (or 0x39061B) is unknown color: approx Blackberry. HEX triplet: 39, 06 and 1B. RGB value is (57,6,27). Sum of RGB (Red+Green+Blue) = 57+6+27=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #39061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39061B is #C6F9E4. Grayscale: #171717. Windows color (decimal): -13040101 or 1771065. OLE color: 1771065.

HSL color Cylindrical-coordinate representation of color #39061B: hue angle of 335.29º 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 #39061B is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB57627-
CMYK00.890.530.78
HSL335.29º80.95%12.35%-
HSV(B)335.29º89.47%22.35%-
XYZ1.951.081.14-
YUV23.64129.9151.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 27 (10.94% from 255) = 30%
R=63.33%
G=6.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5762700.890.530.78335.2980.9512.35
Hex3961B059354E14f51c
Octal7163301316511651712114
Binary1110011101101101011001110101100111010100111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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