#391030

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

Shades of Blackberry #391030

Tints of Blackberry #391030

Color information

#391030 (or 0x391030) is unknown color: approx Blackberry. HEX triplet: 39, 10 and 30. RGB value is (57,16,48). Sum of RGB (Red+Green+Blue) = 57+16+48=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #391030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391030 is #C6EFCF. Grayscale: #1F1F1F. Windows color (decimal): -13037520 or 3149881. OLE color: 3149881.

HSL color Cylindrical-coordinate representation of color #391030: hue angle of 313.17º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #391030 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB571648-
CMYK00.720.160.78
HSL313.17º56.16%14.31%-
HSV(B)313.17º71.93%22.35%-
XYZ2.411.452.95-
YUV31.91137.08145.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=47.11%
G=13.22%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57164800.720.160.78313.1756.1614.31
Hex391030048104E13938e
Octal7120600110201164717016
Binary11100110000110000010010001000010011101001110011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391030; }

 p { color: rgb(57,16,48); }

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

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

 a { background-color: rgb(57,16,48); }

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

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

 span { border-color: rgb(57,16,48); }

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