#391130

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

Shades of Blackberry #391130

Tints of Blackberry #391130

Color information

#391130 (or 0x391130) is unknown color: approx Blackberry. HEX triplet: 39, 11 and 30. RGB value is (57,17,48). Sum of RGB (Red+Green+Blue) = 57+17+48=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #391130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391130 is #C6EECF. Grayscale: #202020. Windows color (decimal): -13037264 or 3150137. OLE color: 3150137.

HSL color Cylindrical-coordinate representation of color #391130: hue angle of 313.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391130 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB571748-
CMYK00.700.160.78
HSL313.5º54.05%14.51%-
HSV(B)313.5º70.18%22.35%-
XYZ2.421.482.96-
YUV32.49136.75145.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=46.72%
G=13.93%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57174800.700.160.78313.554.0514.51
Hex391130046104E13a36f
Octal7121600106201164726617
Binary11100110001110000010001101000010011101001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391130; }

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

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

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

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

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

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

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

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