#391325

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

Shades of Blackberry #391325

Tints of Blackberry #391325

Color information

#391325 (or 0x391325) is unknown color: approx Blackberry. HEX triplet: 39, 13 and 25. RGB value is (57,19,37). Sum of RGB (Red+Green+Blue) = 57+19+37=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #391325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391325 is #C6ECDA. Grayscale: #202020. Windows color (decimal): -13036763 or 2429753. OLE color: 2429753.

HSL color Cylindrical-coordinate representation of color #391325: hue angle of 331.58º 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 #391325 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB571937-
CMYK00.670.350.78
HSL331.58º50%14.9%-
HSV(B)331.58º66.67%22.35%-
XYZ2.251.471.92-
YUV32.41130.59145.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=50.44%
G=16.81%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57193700.670.350.78331.585014.9
Hex391325043234E14c32f
Octal7123450103431165146217
Binary111001100111001010100001110001110011101010011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391325; }

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

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

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

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

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

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

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

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