#320118

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

Shades of Blackberry #320118

Tints of Blackberry #320118

Color information

#320118 (or 0x320118) is unknown color: approx Blackberry. HEX triplet: 32, 01 and 18. RGB value is (50,1,24). Sum of RGB (Red+Green+Blue) = 50+1+24=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #320118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320118 is #CDFEE7. Grayscale: #121212. Windows color (decimal): -13500136 or 1573170. OLE color: 1573170.

HSL color Cylindrical-coordinate representation of color #320118: hue angle of 331.84º 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 #320118 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB50124-
CMYK00.980.520.80
HSL331.84º96.08%10%-
HSV(B)331.84º98%19.61%-
XYZ1.490.770.93-
YUV18.27131.23150.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 24 (9.77% from 255) = 32%
R=66.67%
G=1.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5012400.980.520.80331.8496.0810
Hex32118062345014c60a
Octal6213001426412051414012
Binary11001011100001100010110100101000010100110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320118; }

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

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

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

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

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

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

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

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