#39081B

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

Shades of Blackberry #39081B

Tints of Blackberry #39081B

Color information

#39081B (or 0x39081B) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 1B. RGB value is (57,8,27). Sum of RGB (Red+Green+Blue) = 57+8+27=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #39081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39081B is #C6F7E4. Grayscale: #181818. Windows color (decimal): -13039589 or 1771577. OLE color: 1771577.

HSL color Cylindrical-coordinate representation of color #39081B: hue angle of 336.73º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39081B is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB57827-
CMYK00.860.530.78
HSL336.73º75.38%12.75%-
HSV(B)336.73º85.96%22.35%-
XYZ1.971.121.15-
YUV24.82129.23150.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=61.96%
G=8.70%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5782700.860.530.78336.7375.3812.75
Hex3981B056354E1514bd
Octal71103301266511652111315
Binary11100110001101101010110110101100111010101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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