Html Css Color HEX #17021C Blackcurrant

📋 copy color: '#17021C'

red 23 ◦ green 2 ◦ blue 28

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

Shades of Blackcurrant #17021C

Tints of Blackcurrant #17021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.77%

 BLUE value IS 28 (11.33% from 255) = 52.83%

R = 43.4%
G = 3.77%
B = 52.83%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#17021C (or 0x17021C) is known color: Blackcurrant. HEX triplet: 17, 02 and 1C. RGB value is (23,2,28). Sum of RGB (Red+Green+Blue) = 23+2+28=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #17021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021C is #E8FDE3. Grayscale: #0B0B0B. Windows color (decimal): -15269348 or 1835543. OLE color: 1835543.

HSL color Cylindrical-coordinate representation of color #17021C: hue angle of 288.46º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17021C is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 23 2 28 -
CMYK 0.18 0.93 0 0.89
HSL 288.46º 0.87% 0.06% -
HSV(B) 288.46º 0.93% 0.11% -
XYZ 0.58 0.31 1.13 -
YUV 11.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 23 2 28 0.18 0.93 0 0.89 288.46 0.87 0.06
Hex 17 2 1C 12 5D 0 59 120 57 6
Octal 27 2 34 22 135 0 131 440 127 6
Binary 10111 10 11100 10010 1011101 0 1011001 100100000 1010111 110

Color Harmonies of #17021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17021C

Black with #17021C

Text Example


Text Example

White with #17021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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