#210313

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

Shades of Blackberry #210313

Tints of Blackberry #210313

Color information

#210313 (or 0x210313) is unknown color: approx Blackberry. HEX triplet: 21, 03 and 13. RGB value is (33,3,19). Sum of RGB (Red+Green+Blue) = 33+3+19=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #210313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210313 is #DEFCEC. Grayscale: #0D0D0D. Windows color (decimal): -14613741 or 1245985. OLE color: 1245985.

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

Color convert

RGB33319-
CMYK00.910.420.87
HSL328º83.33%7.06%-
HSV(B)328º90.91%12.94%-
XYZ0.780.440.66-
YUV13.79130.94141.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 60%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=60%
G=5.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3331900.910.420.8732883.337.06
Hex2131305B2A57148537
Octal413230133521275101237
Binary10000111100110101101110101010101111010010001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210313; }

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

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

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

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

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

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

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

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