Html Css Color HEX #140016 Blackcurrant

📋 copy color: '#140016'

red 20 ◦ green 0 ◦ blue 22

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

Shades of Blackcurrant #140016

Tints of Blackcurrant #140016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.62%
G = 0%
B = 52.38%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140016 (or 0x140016) is known color: Blackcurrant. HEX triplet: 14, 00 and 16. RGB value is (20,0,22). Sum of RGB (Red+Green+Blue) = 20+0+22=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #140016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140016 is #EBFFE9. Grayscale: #080808. Windows color (decimal): -15466474 or 1441812. OLE color: 1441812.

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

Color convert

RGB 20 0 22 -
CMYK 0.09 1 0 0.91
HSL 294.55º 1% 0.04% -
HSV(B) 294.55º 1% 0.09% -
XYZ 0.43 0.21 0.78 -
YUV 8.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 20 0 22 0.09 1 0 0.91 294.55 1 0.04
Hex 14 0 16 9 64 0 5B 127 64 4
Octal 24 0 26 11 144 0 133 447 144 4
Binary 10100 0 10110 1001 1100100 0 1011011 100100111 1100100 100

Color Harmonies of #140016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140016

Black with #140016

Text Example


Text Example

White with #140016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140016; }

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

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

background-color css

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

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

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

border-color css

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

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

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