Html Css Color HEX #161318 Blackcurrant

📋 copy color: '#161318'

red 22 ◦ green 19 ◦ blue 24

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

Shades of Blackcurrant #161318

Tints of Blackcurrant #161318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 36.92%

R = 33.85%
G = 29.23%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#161318 (or 0x161318) is known color: Blackcurrant. HEX triplet: 16, 13 and 18. RGB value is (22,19,24). Sum of RGB (Red+Green+Blue) = 22+19+24=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #161318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161318 is #E9ECE7. Grayscale: #141414. Windows color (decimal): -15330536 or 1577750. OLE color: 1577750.

HSL color Cylindrical-coordinate representation of color #161318: hue angle of 276º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #161318 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 19 24 -
CMYK 0.08 0.21 0 0.91
HSL 276º 0.12% 0.08% -
HSV(B) 276º 0.21% 0.09% -
XYZ 0.73 0.7 0.96 -
YUV 20.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 22 19 24 0.08 0.21 0 0.91 276 0.12 0.08
Hex 16 13 18 8 15 0 5B 114 C 8
Octal 26 23 30 10 25 0 133 424 14 10
Binary 10110 10011 11000 1000 10101 0 1011011 100010100 1100 1000

Color Harmonies of #161318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161318

Black with #161318

Text Example


Text Example

White with #161318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161318; }

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

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

background-color css

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

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

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

border-color css

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

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

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