Html Css Color HEX #140816 Blackcurrant

📋 copy color: '#140816'

red 20 ◦ green 8 ◦ blue 22

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

Shades of Blackcurrant #140816

Tints of Blackcurrant #140816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16%

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

R = 40%
G = 16%
B = 44%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140816 (or 0x140816) is known color: Blackcurrant. HEX triplet: 14, 08 and 16. RGB value is (20,8,22). Sum of RGB (Red+Green+Blue) = 20+8+22=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #140816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140816 is #EBF7E9. Grayscale: #0D0D0D. Windows color (decimal): -15464426 or 1443860. OLE color: 1443860.

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

Color convert

RGB 20 8 22 -
CMYK 0.09 0.64 0 0.91
HSL 291.43º 0.47% 0.06% -
HSV(B) 291.43º 0.64% 0.09% -
XYZ 0.52 0.38 0.81 -
YUV 13.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 20 8 22 0.09 0.64 0 0.91 291.43 0.47 0.06
Hex 14 8 16 9 40 0 5B 123 2F 6
Octal 24 10 26 11 100 0 133 443 57 6
Binary 10100 1000 10110 1001 1000000 0 1011011 100100011 101111 110

Color Harmonies of #140816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140816

Black with #140816

Text Example


Text Example

White with #140816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140816; }

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

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

background-color css

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

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

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

border-color css

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

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

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