#391227

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

Shades of Blackberry #391227

Tints of Blackberry #391227

Color information

#391227 (or 0x391227) is unknown color: approx Blackberry. HEX triplet: 39, 12 and 27. RGB value is (57,18,39). Sum of RGB (Red+Green+Blue) = 57+18+39=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #391227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391227 is #C6EDD8. Grayscale: #202020. Windows color (decimal): -13037017 or 2560569. OLE color: 2560569.

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

Color convert

RGB571839-
CMYK00.680.320.78
HSL327.69º52%14.71%-
HSV(B)327.69º68.42%22.35%-
XYZ2.271.452.08-
YUV32.06131.92145.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=50%
G=15.79%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57183900.680.320.78327.695214.71
Hex391227044204E14834f
Octal7122470104401165106417
Binary111001100101001110100010010000010011101010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391227; }

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

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

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

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

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

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

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

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