#320018

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

Shades of Blackberry #320018

Tints of Blackberry #320018

Color information

#320018 (or 0x320018) is unknown color: approx Blackberry. HEX triplet: 32, 00 and 18. RGB value is (50,0,24). Sum of RGB (Red+Green+Blue) = 50+0+24=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320018 is #CDFFE7. Grayscale: #111111. Windows color (decimal): -13500392 or 1572914. OLE color: 1572914.

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

Color convert

RGB50024-
CMYK010.520.80
HSL331.2º100%9.8%-
HSV(B)331.2º100%19.61%-
XYZ1.480.740.93-
YUV17.69131.56151.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 67.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=67.57%
G=0%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50024010.520.80331.21009.8
Hex32018064345014b64a
Octal6203001446412051314412
Binary11001001100001100100110100101000010100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320018; }

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

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

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

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

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

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

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

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