Html Css Color HEX #161219 Blackcurrant

📋 copy color: '#161219'

red 22 ◦ green 18 ◦ blue 25

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

Shades of Blackcurrant #161219

Tints of Blackcurrant #161219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.69%

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

R = 33.85%
G = 27.69%
B = 38.46%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#161219 (or 0x161219) is known color: Blackcurrant. HEX triplet: 16, 12 and 19. RGB value is (22,18,25). Sum of RGB (Red+Green+Blue) = 22+18+25=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #161219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161219 is #E9EDE6. Grayscale: #131313. Windows color (decimal): -15330791 or 1643030. OLE color: 1643030.

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

Color convert

RGB 22 18 25 -
CMYK 0.12 0.28 0 0.90
HSL 274.29º 0.16% 0.08% -
HSV(B) 274.29º 0.28% 0.1% -
XYZ 0.72 0.67 1.01 -
YUV 19.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 22 18 25 0.12 0.28 0 0.90 274.29 0.16 0.08
Hex 16 12 19 C 1C 0 5A 112 10 8
Octal 26 22 31 14 34 0 132 422 20 10
Binary 10110 10010 11001 1100 11100 0 1011010 100010010 10000 1000

Color Harmonies of #161219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161219

Black with #161219

Text Example


Text Example

White with #161219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161219; }

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

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

background-color css

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

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

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

border-color css

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

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

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