Html Css Color HEX #141116 Blackcurrant

📋 copy color: '#141116'

red 20 ◦ green 17 ◦ blue 22

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

Shades of Blackcurrant #141116

Tints of Blackcurrant #141116

RGB

 RED value IS 20 (8.2% from 255) = 33.9%

 GREEN value IS 17 (7.03% from 255) = 28.81%

 BLUE value IS 22 (8.98% from 255) = 37.29%

R = 33.9%
G = 28.81%
B = 37.29%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141116 (or 0x141116) is known color: Blackcurrant. HEX triplet: 14, 11 and 16. RGB value is (20,17,22). Sum of RGB (Red+Green+Blue) = 20+17+22=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #141116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141116 is #EBEEE9. Grayscale: #121212. Windows color (decimal): -15462122 or 1446164. OLE color: 1446164.

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

Color convert

RGB 20 17 22 -
CMYK 0.09 0.23 0 0.91
HSL 276º 0.13% 0.08% -
HSV(B) 276º 0.23% 0.09% -
XYZ 0.63 0.61 0.84 -
YUV 18.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 20 17 22 0.09 0.23 0 0.91 276 0.13 0.08
Hex 14 11 16 9 17 0 5B 114 D 8
Octal 24 21 26 11 27 0 133 424 15 10
Binary 10100 10001 10110 1001 10111 0 1011011 100010100 1101 1000

Color Harmonies of #141116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141116

Black with #141116

Text Example


Text Example

White with #141116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141116; }

 p { color: rgb(20,17,22); }

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

background-color css

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

 a { background-color: rgb(20,17,22); }

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

border-color css

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

 span { border-color: rgb(20,17,22); }

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