#210113

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

Shades of Blackberry #210113

Tints of Blackberry #210113

Color information

#210113 (or 0x210113) is unknown color: approx Blackberry. HEX triplet: 21, 01 and 13. RGB value is (33,1,19). Sum of RGB (Red+Green+Blue) = 33+1+19=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #210113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210113 is #DEFEEC. Grayscale: #0C0C0C. Windows color (decimal): -14614253 or 1245473. OLE color: 1245473.

HSL color Cylindrical-coordinate representation of color #210113: hue angle of 326.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210113 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB33119-
CMYK00.970.420.87
HSL326.25º94.12%6.67%-
HSV(B)326.25º96.97%12.94%-
XYZ0.760.390.65-
YUV12.62131.6142.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 62.26%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=62.26%
G=1.89%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3311900.970.420.87326.2594.126.67
Hex211130612A571465e7
Octal411230141521275061367
Binary1000011100110110000110101010101111010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210113; }

 p { color: rgb(33,1,19); }

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

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

 a { background-color: rgb(33,1,19); }

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

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

 span { border-color: rgb(33,1,19); }

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