Html Css Color HEX #140116 Blackcurrant

📋 copy color: '#140116'

red 20 ◦ green 1 ◦ blue 22

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

Shades of Blackcurrant #140116

Tints of Blackcurrant #140116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.33%

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

R = 46.51%
G = 2.33%
B = 51.16%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140116 (or 0x140116) is known color: Blackcurrant. HEX triplet: 14, 01 and 16. RGB value is (20,1,22). Sum of RGB (Red+Green+Blue) = 20+1+22=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #140116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140116 is #EBFEE9. Grayscale: #090909. Windows color (decimal): -15466218 or 1442068. OLE color: 1442068.

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

Color convert

RGB 20 1 22 -
CMYK 0.09 0.95 0 0.91
HSL 294.29º 0.91% 0.05% -
HSV(B) 294.29º 0.95% 0.09% -
XYZ 0.44 0.23 0.78 -
YUV 9.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 20 1 22 0.09 0.95 0 0.91 294.29 0.91 0.05
Hex 14 1 16 9 5F 0 5B 126 5B 5
Octal 24 1 26 11 137 0 133 446 133 5
Binary 10100 1 10110 1001 1011111 0 1011011 100100110 1011011 101

Color Harmonies of #140116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140116

Black with #140116

Text Example


Text Example

White with #140116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140116; }

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

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

background-color css

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

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

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

border-color css

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

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

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