Html Css Color HEX #161417 Blackcurrant

📋 copy color: '#161417'

red 22 ◦ green 20 ◦ blue 23

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

Shades of Blackcurrant #161417

Tints of Blackcurrant #161417

RGB

 RED value IS 22 (8.98% from 255) = 33.85%

 GREEN value IS 20 (8.2% from 255) = 30.77%

 BLUE value IS 23 (9.38% from 255) = 35.38%

R = 33.85%
G = 30.77%
B = 35.38%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#161417 (or 0x161417) is known color: Blackcurrant. HEX triplet: 16, 14 and 17. RGB value is (22,20,23). Sum of RGB (Red+Green+Blue) = 22+20+23=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 23 - color contains mainly: blue. Hex color #161417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161417 is #E9EBE8. Grayscale: #141414. Windows color (decimal): -15330281 or 1512470. OLE color: 1512470.

HSL color Cylindrical-coordinate representation of color #161417: hue angle of 280º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #161417 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 20 23 -
CMYK 0.04 0.13 0 0.91
HSL 280º 0.07% 0.08% -
HSV(B) 280º 0.13% 0.09% -
XYZ 0.74 0.73 0.91 -
YUV 20.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 22 20 23 0.04 0.13 0 0.91 280 0.07 0.08
Hex 16 14 17 4 D 0 5B 118 7 8
Octal 26 24 27 4 15 0 133 430 7 10
Binary 10110 10100 10111 100 1101 0 1011011 100011000 111 1000

Color Harmonies of #161417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161417

Black with #161417

Text Example


Text Example

White with #161417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161417; }

 p { color: rgb(22,20,23); }

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

background-color css

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

 a { background-color: rgb(22,20,23); }

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

border-color css

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

 span { border-color: rgb(22,20,23); }

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