#201018

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

Shades of Blackberry #201018

Tints of Blackberry #201018

Color information

#201018 (or 0x201018) is unknown color: approx Blackberry. HEX triplet: 20, 10 and 18. RGB value is (32,16,24). Sum of RGB (Red+Green+Blue) = 32+16+24=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201018 is #DFEFE7. Grayscale: #151515. Windows color (decimal): -14675944 or 1576992. OLE color: 1576992.

HSL color Cylindrical-coordinate representation of color #201018: hue angle of 330º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201018 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB321624-
CMYK00.50.250.87
HSL330º33.33%9.41%-
HSV(B)330º50%12.55%-
XYZ0.950.740.96-
YUV21.7129.3135.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32162400.50.250.8733033.339.41
Hex201018032195714a219
Octal402030062311275124111
Binary100000100001100001100101100110101111010010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201018; }

 p { color: rgb(32,16,24); }

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

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

 a { background-color: rgb(32,16,24); }

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

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

 span { border-color: rgb(32,16,24); }

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