Html Css Color HEX #140716 Blackcurrant

📋 copy color: '#140716'

red 20 ◦ green 7 ◦ blue 22

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

Shades of Blackcurrant #140716

Tints of Blackcurrant #140716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.29%

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

R = 40.82%
G = 14.29%
B = 44.9%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140716 (or 0x140716) is known color: Blackcurrant. HEX triplet: 14, 07 and 16. RGB value is (20,7,22). Sum of RGB (Red+Green+Blue) = 20+7+22=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #140716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140716 is #EBF8E9. Grayscale: #0C0C0C. Windows color (decimal): -15464682 or 1443604. OLE color: 1443604.

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

Color convert

RGB 20 7 22 -
CMYK 0.09 0.68 0 0.91
HSL 292º 0.52% 0.06% -
HSV(B) 292º 0.68% 0.09% -
XYZ 0.51 0.36 0.8 -
YUV 12.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 20 7 22 0.09 0.68 0 0.91 292 0.52 0.06
Hex 14 7 16 9 44 0 5B 124 34 6
Octal 24 7 26 11 104 0 133 444 64 6
Binary 10100 111 10110 1001 1000100 0 1011011 100100100 110100 110

Color Harmonies of #140716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140716

Black with #140716

Text Example


Text Example

White with #140716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140716; }

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

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

background-color css

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

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

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

border-color css

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

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

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