Html Css Color HEX #160419 Blackcurrant

📋 copy color: '#160419'

red 22 ◦ green 4 ◦ blue 25

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

Shades of Blackcurrant #160419

Tints of Blackcurrant #160419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.84%

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

R = 43.14%
G = 7.84%
B = 49.02%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#160419 (or 0x160419) is known color: Blackcurrant. HEX triplet: 16, 04 and 19. RGB value is (22,4,25). Sum of RGB (Red+Green+Blue) = 22+4+25=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #160419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160419 is #E9FBE6. Grayscale: #0B0B0B. Windows color (decimal): -15334375 or 1639446. OLE color: 1639446.

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

Color convert

RGB 22 4 25 -
CMYK 0.12 0.84 0 0.90
HSL 291.43º 0.72% 0.06% -
HSV(B) 291.43º 0.84% 0.1% -
XYZ 0.55 0.33 0.95 -
YUV 11.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 22 4 25 0.12 0.84 0 0.90 291.43 0.72 0.06
Hex 16 4 19 C 54 0 5A 123 48 6
Octal 26 4 31 14 124 0 132 443 110 6
Binary 10110 100 11001 1100 1010100 0 1011010 100100011 1001000 110

Color Harmonies of #160419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160419

Black with #160419

Text Example


Text Example

White with #160419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160419; }

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

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

background-color css

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

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

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

border-color css

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

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

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