Html Css Color HEX #141118 Blackcurrant

📋 copy color: '#141118'

red 20 ◦ green 17 ◦ blue 24

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

Shades of Blackcurrant #141118

Tints of Blackcurrant #141118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.87%

 BLUE value IS 24 (9.77% from 255) = 39.34%

R = 32.79%
G = 27.87%
B = 39.34%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141118 (or 0x141118) is known color: Blackcurrant. HEX triplet: 14, 11 and 18. RGB value is (20,17,24). Sum of RGB (Red+Green+Blue) = 20+17+24=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #141118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141118 is #EBEEE7. Grayscale: #121212. Windows color (decimal): -15462120 or 1577236. OLE color: 1577236.

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

Color convert

RGB 20 17 24 -
CMYK 0.17 0.29 0 0.91
HSL 265.71º 0.17% 0.08% -
HSV(B) 265.71º 0.29% 0.09% -
XYZ 0.65 0.62 0.95 -
YUV 18.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 20 17 24 0.17 0.29 0 0.91 265.71 0.17 0.08
Hex 14 11 18 11 1D 0 5B 10A 11 8
Octal 24 21 30 21 35 0 133 412 21 10
Binary 10100 10001 11000 10001 11101 0 1011011 100001010 10001 1000

Color Harmonies of #141118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141118

Black with #141118

Text Example


Text Example

White with #141118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141118; }

 p { color: rgb(20,17,24); }

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

background-color css

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

 a { background-color: rgb(20,17,24); }

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

border-color css

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

 span { border-color: rgb(20,17,24); }

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