#210317

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

Shades of Blackberry #210317

Tints of Blackberry #210317

Color information

#210317 (or 0x210317) is unknown color: approx Blackberry. HEX triplet: 21, 03 and 17. RGB value is (33,3,23). Sum of RGB (Red+Green+Blue) = 33+3+23=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210317 is #DEFCE8. Grayscale: #0E0E0E. Windows color (decimal): -14613737 or 1508129. OLE color: 1508129.

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

Color convert

RGB33323-
CMYK00.910.300.87
HSL320º83.33%7.06%-
HSV(B)320º90.91%12.94%-
XYZ0.810.450.85-
YUV14.25132.94141.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55.93%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=55.93%
G=5.08%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3332300.910.300.8732083.337.06
Hex2131705B1E57140537
Octal413270133361275001237
Binary1000011110111010110111111010101111010000001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210317; }

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

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

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

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

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

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

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

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