#320B24

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

Shades of Blackberry #320B24

Tints of Blackberry #320B24

Color information

#320B24 (or 0x320B24) is unknown color: approx Blackberry. HEX triplet: 32, 0B and 24. RGB value is (50,11,36). Sum of RGB (Red+Green+Blue) = 50+11+36=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #320B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B24 is #CDF4DB. Grayscale: #191919. Windows color (decimal): -13497564 or 2362162. OLE color: 2362162.

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

Color convert

RGB501136-
CMYK00.780.280.80
HSL321.54º63.93%11.96%-
HSV(B)321.54º78%19.61%-
XYZ1.751.041.78-
YUV25.51133.92145.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.55%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=51.55%
G=11.34%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50113600.780.280.80321.5463.9311.96
Hex32B2404E1C5014240c
Octal62134401163412050210014
Binary11001010111001000100111011100101000010100001010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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