Html Css Color HEX #141016 Blackcurrant

📋 copy color: '#141016'

red 20 ◦ green 16 ◦ blue 22

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

Shades of Blackcurrant #141016

Tints of Blackcurrant #141016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.59%

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

R = 34.48%
G = 27.59%
B = 37.93%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141016 (or 0x141016) is known color: Blackcurrant. HEX triplet: 14, 10 and 16. RGB value is (20,16,22). Sum of RGB (Red+Green+Blue) = 20+16+22=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #141016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141016 is #EBEFE9. Grayscale: #111111. Windows color (decimal): -15462378 or 1445908. OLE color: 1445908.

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

Color convert

RGB 20 16 22 -
CMYK 0.09 0.27 0 0.91
HSL 280º 0.16% 0.07% -
HSV(B) 280º 0.27% 0.09% -
XYZ 0.62 0.58 0.84 -
YUV 17.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 20 16 22 0.09 0.27 0 0.91 280 0.16 0.07
Hex 14 10 16 9 1B 0 5B 118 10 7
Octal 24 20 26 11 33 0 133 430 20 7
Binary 10100 10000 10110 1001 11011 0 1011011 100011000 10000 111

Color Harmonies of #141016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141016

Black with #141016

Text Example


Text Example

White with #141016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141016; }

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

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

background-color css

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

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

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

border-color css

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

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

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