Html Css Color HEX #161119 Blackcurrant

📋 copy color: '#161119'

red 22 ◦ green 17 ◦ blue 25

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

Shades of Blackcurrant #161119

Tints of Blackcurrant #161119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 26.56%

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

R = 34.38%
G = 26.56%
B = 39.06%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#161119 (or 0x161119) is known color: Blackcurrant. HEX triplet: 16, 11 and 19. RGB value is (22,17,25). Sum of RGB (Red+Green+Blue) = 22+17+25=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #161119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161119 is #E9EEE6. Grayscale: #131313. Windows color (decimal): -15331047 or 1642774. OLE color: 1642774.

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

Color convert

RGB 22 17 25 -
CMYK 0.12 0.32 0 0.90
HSL 277.5º 0.19% 0.08% -
HSV(B) 277.5º 0.32% 0.1% -
XYZ 0.71 0.64 1.01 -
YUV 19.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 22 17 25 0.12 0.32 0 0.90 277.5 0.19 0.08
Hex 16 11 19 C 20 0 5A 116 13 8
Octal 26 21 31 14 40 0 132 426 23 10
Binary 10110 10001 11001 1100 100000 0 1011010 100010110 10011 1000

Color Harmonies of #161119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161119

Black with #161119

Text Example


Text Example

White with #161119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161119; }

 p { color: rgb(22,17,25); }

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

background-color css

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

 a { background-color: rgb(22,17,25); }

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

border-color css

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

 span { border-color: rgb(22,17,25); }

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