#320119

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

Shades of Blackberry #320119

Tints of Blackberry #320119

Color information

#320119 (or 0x320119) is unknown color: approx Blackberry. HEX triplet: 32, 01 and 19. RGB value is (50,1,25). Sum of RGB (Red+Green+Blue) = 50+1+25=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #320119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320119 is #CDFEE6. Grayscale: #121212. Windows color (decimal): -13500135 or 1638706. OLE color: 1638706.

HSL color Cylindrical-coordinate representation of color #320119: hue angle of 330.61º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320119 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB50125-
CMYK00.980.500.80
HSL330.61º96.08%10%-
HSV(B)330.61º98%19.61%-
XYZ1.50.770.99-
YUV18.39131.73150.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=65.79%
G=1.32%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5012500.980.500.80330.6196.0810
Hex32119062325014b60a
Octal6213101426212051314012
Binary11001011100101100010110010101000010100101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320119; }

 p { color: rgb(50,1,25); }

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

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

 a { background-color: rgb(50,1,25); }

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

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

 span { border-color: rgb(50,1,25); }

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