Html Css Color HEX #160019 Blackcurrant

📋 copy color: '#160019'

red 22 ◦ green 0 ◦ blue 25

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

Shades of Blackcurrant #160019

Tints of Blackcurrant #160019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.81%
G = 0%
B = 53.19%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#160019 (or 0x160019) is known color: Blackcurrant. HEX triplet: 16, 00 and 19. RGB value is (22,0,25). Sum of RGB (Red+Green+Blue) = 22+0+25=47 (6% of max value = 765). Red value is 22 (8.98% from 255 or 46.81% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #160019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160019 is #E9FFE6. Grayscale: #090909. Windows color (decimal): -15335399 or 1638422. OLE color: 1638422.

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

Color convert

RGB 22 0 25 -
CMYK 0.12 1 0 0.90
HSL 292.8º 1% 0.05% -
HSV(B) 292.8º 1% 0.1% -
XYZ 0.51 0.24 0.94 -
YUV 9.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 22 0 25 0.12 1 0 0.90 292.8 1 0.05
Hex 16 0 19 C 64 0 5A 125 64 5
Octal 26 0 31 14 144 0 132 445 144 5
Binary 10110 0 11001 1100 1100100 0 1011010 100100101 1100100 101

Color Harmonies of #160019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160019

Black with #160019

Text Example


Text Example

White with #160019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160019; }

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

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

background-color css

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

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

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

border-color css

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

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

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