Html Css Color HEX #160E19 Blackcurrant

📋 copy color: '#160E19'

red 22 ◦ green 14 ◦ blue 25

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

Shades of Blackcurrant #160E19

Tints of Blackcurrant #160E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 22.95%

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

R = 36.07%
G = 22.95%
B = 40.98%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#160E19 (or 0x160E19) is known color: Blackcurrant. HEX triplet: 16, 0E and 19. RGB value is (22,14,25). Sum of RGB (Red+Green+Blue) = 22+14+25=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #160E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160E19 is #E9F1E6. Grayscale: #111111. Windows color (decimal): -15331815 or 1642006. OLE color: 1642006.

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

Color convert

RGB 22 14 25 -
CMYK 0.12 0.44 0 0.90
HSL 283.64º 0.28% 0.08% -
HSV(B) 283.64º 0.44% 0.1% -
XYZ 0.66 0.55 0.99 -
YUV 17.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 22 14 25 0.12 0.44 0 0.90 283.64 0.28 0.08
Hex 16 E 19 C 2C 0 5A 11C 1C 8
Octal 26 16 31 14 54 0 132 434 34 10
Binary 10110 1110 11001 1100 101100 0 1011010 100011100 11100 1000

Color Harmonies of #160E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160E19

Black with #160E19

Text Example


Text Example

White with #160E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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