Html Css Color HEX #161319 Blackcurrant

📋 copy color: '#161319'

red 22 ◦ green 19 ◦ blue 25

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

Shades of Blackcurrant #161319

Tints of Blackcurrant #161319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 28.79%

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

R = 33.33%
G = 28.79%
B = 37.88%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#161319 (or 0x161319) is known color: Blackcurrant. HEX triplet: 16, 13 and 19. RGB value is (22,19,25). Sum of RGB (Red+Green+Blue) = 22+19+25=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #161319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161319 is #E9ECE6. Grayscale: #141414. Windows color (decimal): -15330535 or 1643286. OLE color: 1643286.

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

Color convert

RGB 22 19 25 -
CMYK 0.12 0.24 0 0.90
HSL 270º 0.14% 0.09% -
HSV(B) 270º 0.24% 0.1% -
XYZ 0.74 0.71 1.02 -
YUV 20.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 22 19 25 0.12 0.24 0 0.90 270 0.14 0.09
Hex 16 13 19 C 18 0 5A 10E E 9
Octal 26 23 31 14 30 0 132 416 16 11
Binary 10110 10011 11001 1100 11000 0 1011010 100001110 1110 1001

Color Harmonies of #161319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161319

Black with #161319

Text Example


Text Example

White with #161319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161319; }

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

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

background-color css

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

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

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

border-color css

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

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

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