#391330

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

Shades of Blackberry #391330

Tints of Blackberry #391330

Color information

#391330 (or 0x391330) is unknown color: approx Blackberry. HEX triplet: 39, 13 and 30. RGB value is (57,19,48). Sum of RGB (Red+Green+Blue) = 57+19+48=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #391330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391330 is #C6ECCF. Grayscale: #212121. Windows color (decimal): -13036752 or 3150649. OLE color: 3150649.

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

Color convert

RGB571948-
CMYK00.670.160.78
HSL314.21º50%14.9%-
HSV(B)314.21º66.67%22.35%-
XYZ2.451.552.97-
YUV33.67136.09144.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=45.97%
G=15.32%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57194800.670.160.78314.215014.9
Hex391330043104E13a32f
Octal7123600103201164726217
Binary11100110011110000010000111000010011101001110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391330; }

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

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

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

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

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

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

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

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