#391327

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

Shades of Blackberry #391327

Tints of Blackberry #391327

Color information

#391327 (or 0x391327) is unknown color: approx Blackberry. HEX triplet: 39, 13 and 27. RGB value is (57,19,39). Sum of RGB (Red+Green+Blue) = 57+19+39=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #391327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391327 is #C6ECD8. Grayscale: #202020. Windows color (decimal): -13036761 or 2560825. OLE color: 2560825.

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

Color convert

RGB571939-
CMYK00.670.320.78
HSL328.42º50%14.9%-
HSV(B)328.42º66.67%22.35%-
XYZ2.291.482.09-
YUV32.64131.59145.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=49.57%
G=16.52%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57193900.670.320.78328.425014.9
Hex391327043204E14832f
Octal7123470103401165106217
Binary111001100111001110100001110000010011101010010001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391327; }

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

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

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

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

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

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

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

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