Html Css Color HEX #170219 Blackcurrant

📋 copy color: '#170219'

red 23 ◦ green 2 ◦ blue 25

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

Shades of Blackcurrant #170219

Tints of Blackcurrant #170219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 50%

R = 46%
G = 4%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#170219 (or 0x170219) is known color: Blackcurrant. HEX triplet: 17, 02 and 19. RGB value is (23,2,25). Sum of RGB (Red+Green+Blue) = 23+2+25=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #170219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170219 is #E8FDE6. Grayscale: #0A0A0A. Windows color (decimal): -15269351 or 1638935. OLE color: 1638935.

HSL color Cylindrical-coordinate representation of color #170219: hue angle of 294.78º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170219 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 23 2 25 -
CMYK 0.08 0.92 0 0.90
HSL 294.78º 0.85% 0.05% -
HSV(B) 294.78º 0.92% 0.1% -
XYZ 0.55 0.3 0.95 -
YUV 10.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 23 2 25 0.08 0.92 0 0.90 294.78 0.85 0.05
Hex 17 2 19 8 5C 0 5A 127 55 5
Octal 27 2 31 10 134 0 132 447 125 5
Binary 10111 10 11001 1000 1011100 0 1011010 100100111 1010101 101

Color Harmonies of #170219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170219

Black with #170219

Text Example


Text Example

White with #170219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170219; }

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

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

background-color css

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

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

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

border-color css

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

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

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