Html Css Color HEX #141216 Blackcurrant

📋 copy color: '#141216'

red 20 ◦ green 18 ◦ blue 22

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

Shades of Blackcurrant #141216

Tints of Blackcurrant #141216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30%

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

R = 33.33%
G = 30%
B = 36.67%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141216 (or 0x141216) is known color: Blackcurrant. HEX triplet: 14, 12 and 16. RGB value is (20,18,22). Sum of RGB (Red+Green+Blue) = 20+18+22=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 22 - color contains mainly: blue. Hex color #141216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141216 is #EBEDE9. Grayscale: #131313. Windows color (decimal): -15461866 or 1446420. OLE color: 1446420.

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

Color convert

RGB 20 18 22 -
CMYK 0.09 0.18 0 0.91
HSL 270º 0.1% 0.08% -
HSV(B) 270º 0.18% 0.09% -
XYZ 0.65 0.64 0.85 -
YUV 19.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 20 18 22 0.09 0.18 0 0.91 270 0.1 0.08
Hex 14 12 16 9 12 0 5B 10E A 8
Octal 24 22 26 11 22 0 133 416 12 10
Binary 10100 10010 10110 1001 10010 0 1011011 100001110 1010 1000

Color Harmonies of #141216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141216

Black with #141216

Text Example


Text Example

White with #141216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141216; }

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

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

background-color css

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

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

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

border-color css

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

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

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