Html Css Color HEX #140118 Blackcurrant

📋 copy color: '#140118'

red 20 ◦ green 1 ◦ blue 24

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

Shades of Blackcurrant #140118

Tints of Blackcurrant #140118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.22%

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

R = 44.44%
G = 2.22%
B = 53.33%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140118 (or 0x140118) is known color: Blackcurrant. HEX triplet: 14, 01 and 18. RGB value is (20,1,24). Sum of RGB (Red+Green+Blue) = 20+1+24=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #140118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140118 is #EBFEE7. Grayscale: #090909. Windows color (decimal): -15466216 or 1573140. OLE color: 1573140.

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

Color convert

RGB 20 1 24 -
CMYK 0.17 0.96 0 0.91
HSL 289.57º 0.92% 0.05% -
HSV(B) 289.57º 0.96% 0.09% -
XYZ 0.46 0.24 0.89 -
YUV 9.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 20 1 24 0.17 0.96 0 0.91 289.57 0.92 0.05
Hex 14 1 18 11 60 0 5B 122 5C 5
Octal 24 1 30 21 140 0 133 442 134 5
Binary 10100 1 11000 10001 1100000 0 1011011 100100010 1011100 101

Color Harmonies of #140118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140118

Black with #140118

Text Example


Text Example

White with #140118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140118; }

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

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

background-color css

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

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

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

border-color css

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

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

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