#320B28

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

Shades of Blackberry #320B28

Tints of Blackberry #320B28

Color information

#320B28 (or 0x320B28) is unknown color: approx Blackberry. HEX triplet: 32, 0B and 28. RGB value is (50,11,40). Sum of RGB (Red+Green+Blue) = 50+11+40=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #320B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B28 is #CDF4D7. Grayscale: #191919. Windows color (decimal): -13497560 or 2624306. OLE color: 2624306.

HSL color Cylindrical-coordinate representation of color #320B28: hue angle of 315.38º 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 #320B28 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB501140-
CMYK00.780.200.80
HSL315.38º63.93%11.96%-
HSV(B)315.38º78%19.61%-
XYZ1.821.072.12-
YUV25.97135.92145.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=49.50%
G=10.89%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50114000.780.200.80315.3863.9311.96
Hex32B2804E145013b40c
Octal62135001162412047310014
Binary11001010111010000100111010100101000010011101110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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