Html Css Color HEX #140916 Blackcurrant

📋 copy color: '#140916'

red 20 ◦ green 9 ◦ blue 22

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

Shades of Blackcurrant #140916

Tints of Blackcurrant #140916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 17.65%

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

R = 39.22%
G = 17.65%
B = 43.14%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140916 (or 0x140916) is known color: Blackcurrant. HEX triplet: 14, 09 and 16. RGB value is (20,9,22). Sum of RGB (Red+Green+Blue) = 20+9+22=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #140916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140916 is #EBF6E9. Grayscale: #0D0D0D. Windows color (decimal): -15464170 or 1444116. OLE color: 1444116.

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

Color convert

RGB 20 9 22 -
CMYK 0.09 0.59 0 0.91
HSL 290.77º 0.42% 0.06% -
HSV(B) 290.77º 0.59% 0.09% -
XYZ 0.53 0.4 0.81 -
YUV 13.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 20 9 22 0.09 0.59 0 0.91 290.77 0.42 0.06
Hex 14 9 16 9 3B 0 5B 123 2A 6
Octal 24 11 26 11 73 0 133 443 52 6
Binary 10100 1001 10110 1001 111011 0 1011011 100100011 101010 110

Color Harmonies of #140916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140916

Black with #140916

Text Example


Text Example

White with #140916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140916; }

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

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

background-color css

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

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

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

border-color css

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

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

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