Html Css Color HEX #140616 Blackcurrant

📋 copy color: '#140616'

red 20 ◦ green 6 ◦ blue 22

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

Shades of Blackcurrant #140616

Tints of Blackcurrant #140616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.5%

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

R = 41.67%
G = 12.5%
B = 45.83%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140616 (or 0x140616) is known color: Blackcurrant. HEX triplet: 14, 06 and 16. RGB value is (20,6,22). Sum of RGB (Red+Green+Blue) = 20+6+22=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #140616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140616 is #EBF9E9. Grayscale: #0B0B0B. Windows color (decimal): -15464938 or 1443348. OLE color: 1443348.

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

Color convert

RGB 20 6 22 -
CMYK 0.09 0.73 0 0.91
HSL 292.5º 0.57% 0.05% -
HSV(B) 292.5º 0.73% 0.09% -
XYZ 0.5 0.34 0.8 -
YUV 12.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 20 6 22 0.09 0.73 0 0.91 292.5 0.57 0.05
Hex 14 6 16 9 49 0 5B 124 39 5
Octal 24 6 26 11 111 0 133 444 71 5
Binary 10100 110 10110 1001 1001001 0 1011011 100100100 111001 101

Color Harmonies of #140616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140616

Black with #140616

Text Example


Text Example

White with #140616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140616; }

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

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

background-color css

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

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

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

border-color css

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

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

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