Html Css Color HEX #170120 Blackcurrant

📋 copy color: '#170120'

red 23 ◦ green 1 ◦ blue 32

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

Shades of Blackcurrant #170120

Tints of Blackcurrant #170120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.79%

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

R = 41.07%
G = 1.79%
B = 57.14%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#170120 (or 0x170120) is known color: Blackcurrant. HEX triplet: 17, 01 and 20. RGB value is (23,1,32). Sum of RGB (Red+Green+Blue) = 23+1+32=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #170120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170120 is #E8FEDF. Grayscale: #0B0B0B. Windows color (decimal): -15269600 or 2097431. OLE color: 2097431.

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

Color convert

RGB 23 1 32 -
CMYK 0.28 0.97 0 0.87
HSL 282.58º 0.94% 0.06% -
HSV(B) 282.58º 0.97% 0.13% -
XYZ 0.62 0.31 1.39 -
YUV 11.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 23 1 32 0.28 0.97 0 0.87 282.58 0.94 0.06
Hex 17 1 20 1C 61 0 57 11B 5E 6
Octal 27 1 40 34 141 0 127 433 136 6
Binary 10111 1 100000 11100 1100001 0 1010111 100011011 1011110 110

Color Harmonies of #170120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170120

Black with #170120

Text Example


Text Example

White with #170120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170120; }

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

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

background-color css

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

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

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

border-color css

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

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

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