Html Css Color HEX #170221 Blackcurrant

📋 copy color: '#170221'

red 23 ◦ green 2 ◦ blue 33

#170221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #170221

Tints of Blackcurrant #170221

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.9%

R = 39.66%
G = 3.45%
B = 56.9%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#170221 (or 0x170221) is known color: 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

RGB 23 2 33 -
CMYK 0.30 0.94 0 0.87
HSL 280.65º 0.89% 0.07% -
HSV(B) 280.65º 0.94% 0.13% -
XYZ 0.65 0.34 1.47 -
YUV 11.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 23 2 33 0.30 0.94 0 0.87 280.65 0.89 0.07
Hex 17 2 21 1E 5E 0 57 119 59 7
Octal 27 2 41 36 136 0 127 431 131 7
Binary 10111 10 100001 11110 1011110 0 1010111 100011001 1011001 111

Color Harmonies of #170221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170221

Black with #170221

Text Example


Text Example

White with #170221

Text Example


Text Example

HTML Codes & Css Web 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>