#320B27

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

Shades of Blackberry #320B27

Tints of Blackberry #320B27

Color information

#320B27 (or 0x320B27) is unknown color: approx Blackberry. HEX triplet: 32, 0B and 27. RGB value is (50,11,39). Sum of RGB (Red+Green+Blue) = 50+11+39=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #320B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B27 is #CDF4D8. Grayscale: #191919. Windows color (decimal): -13497561 or 2558770. OLE color: 2558770.

HSL color Cylindrical-coordinate representation of color #320B27: hue angle of 316.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B27 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB501139-
CMYK00.780.220.80
HSL316.92º63.93%11.96%-
HSV(B)316.92º78%19.61%-
XYZ1.81.062.03-
YUV25.85135.42145.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 39 (15.62% from 255) = 39%
R=50%
G=11%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50113900.780.220.80316.9263.9311.96
Hex32B2704E165013d40c
Octal62134701162612047510014
Binary11001010111001110100111010110101000010011110110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320B27; }

 p { color: rgb(50,11,39); }

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

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

 a { background-color: rgb(50,11,39); }

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

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

 span { border-color: rgb(50,11,39); }

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