Html Css Color HEX #140A16 Blackcurrant

📋 copy color: '#140A16'

red 20 ◦ green 10 ◦ blue 22

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

Shades of Blackcurrant #140A16

Tints of Blackcurrant #140A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 19.23%

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

R = 38.46%
G = 19.23%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140A16 (or 0x140A16) is known color: Blackcurrant. HEX triplet: 14, 0A and 16. RGB value is (20,10,22). Sum of RGB (Red+Green+Blue) = 20+10+22=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #140A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A16 is #EBF5E9. Grayscale: #0E0E0E. Windows color (decimal): -15463914 or 1444372. OLE color: 1444372.

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

Color convert

RGB 20 10 22 -
CMYK 0.09 0.55 0 0.91
HSL 290º 0.38% 0.06% -
HSV(B) 290º 0.55% 0.09% -
XYZ 0.54 0.42 0.81 -
YUV 14.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 20 10 22 0.09 0.55 0 0.91 290 0.38 0.06
Hex 14 A 16 9 37 0 5B 122 26 6
Octal 24 12 26 11 67 0 133 442 46 6
Binary 10100 1010 10110 1001 110111 0 1011011 100100010 100110 110

Color Harmonies of #140A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A16

Black with #140A16

Text Example


Text Example

White with #140A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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