#170221

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

Shades of Blackcurrant #170221

Tints of Blackcurrant #170221

Color information

#170221 (or 0x170221) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 21. RGB value is (23,2,33). Sum of RGB (Red+Green+Blue) = 23+2+33=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #170221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170221 is #E8FDDE. Grayscale: #0B0B0B. Windows color (decimal): -15269343 or 2163223. OLE color: 2163223.

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

Color convert

RGB23233-
CMYK0.300.9400.87
HSL280.65º88.57%6.86%-
HSV(B)280.65º93.94%12.94%-
XYZ0.650.341.47-
YUV11.81139.96135.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 39.66%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 33 (13.28% from 255) = 56.90%
R=39.66%
G=3.45%
B=56.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal232330.300.9400.87280.6588.576.86
Hex172211E5E057119597
Octal272413613601274311317
Binary1011110100001111101011110010101111000110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170221; }

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

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

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

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

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

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

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

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