Html Css Color HEX #170B20 Blackcurrant

📋 copy color: '#170B20'

red 23 ◦ green 11 ◦ blue 32

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

Shades of Blackcurrant #170B20

Tints of Blackcurrant #170B20

RGB

 RED value IS 23 (9.38% from 255) = 34.85%

 GREEN value IS 11 (4.69% from 255) = 16.67%

 BLUE value IS 32 (12.89% from 255) = 48.48%

R = 34.85%
G = 16.67%
B = 48.48%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#170B20 (or 0x170B20) is known color: Blackcurrant. HEX triplet: 17, 0B and 20. RGB value is (23,11,32). Sum of RGB (Red+Green+Blue) = 23+11+32=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #170B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170B20 is #E8F4DF. Grayscale: #101010. Windows color (decimal): -15267040 or 2099991. OLE color: 2099991.

HSL color Cylindrical-coordinate representation of color #170B20: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #170B20 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 23 11 32 -
CMYK 0.28 0.66 0 0.87
HSL 274.29º 0.49% 0.08% -
HSV(B) 274.29º 0.66% 0.13% -
XYZ 0.73 0.53 1.43 -
YUV 16.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 23 11 32 0.28 0.66 0 0.87 274.29 0.49 0.08
Hex 17 B 20 1C 42 0 57 112 31 8
Octal 27 13 40 34 102 0 127 422 61 10
Binary 10111 1011 100000 11100 1000010 0 1010111 100010010 110001 1000

Color Harmonies of #170B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170B20

Black with #170B20

Text Example


Text Example

White with #170B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170B20; }

 p { color: rgb(23,11,32); }

 H1.HeaderClassName
 {
   color: #170B20;
 }
 .AnyTagClassName
 {
   color: #170B20;
 }
</style>

background-color css

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

 a { background-color: rgb(23,11,32); }

 div.DivClassName
 {
   background-color: #170B20;
 }
 .BgClassName
 {
   background-color: #170B20;
 }
</style>

border-color css

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

 span { border-color: rgb(23,11,32); }

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