#201019

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

Shades of Blackberry #201019

Tints of Blackberry #201019

Color information

#201019 (or 0x201019) is unknown color: approx Blackberry. HEX triplet: 20, 10 and 19. RGB value is (32,16,25). Sum of RGB (Red+Green+Blue) = 32+16+25=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #201019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201019 is #DFEFE6. Grayscale: #151515. Windows color (decimal): -14675943 or 1642528. OLE color: 1642528.

HSL color Cylindrical-coordinate representation of color #201019: hue angle of 326.25º 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 #201019 is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB321625-
CMYK00.50.220.87
HSL326.25º33.33%9.41%-
HSV(B)326.25º50%12.55%-
XYZ0.960.751.01-
YUV21.81129.8135.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.84%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=43.84%
G=21.92%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32162500.50.220.87326.2533.339.41
Hex2010190321657146219
Octal402031062261275064111
Binary100000100001100101100101011010101111010001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201019; }

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

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

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

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

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

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

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

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