Html Css Color HEX #18141D Blackcurrant

📋 copy color: '#18141D'

red 24 ◦ green 20 ◦ blue 29

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

Shades of Blackcurrant #18141D

Tints of Blackcurrant #18141D

RGB

 RED value IS 24 (9.77% from 255) = 32.88%

 GREEN value IS 20 (8.2% from 255) = 27.4%

 BLUE value IS 29 (11.72% from 255) = 39.73%

R = 32.88%
G = 27.4%
B = 39.73%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18141D (or 0x18141D) is known color: Blackcurrant. HEX triplet: 18, 14 and 1D. RGB value is (24,20,29). Sum of RGB (Red+Green+Blue) = 24+20+29=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #18141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18141D is #E7EBE2. Grayscale: #161616. Windows color (decimal): -15199203 or 1905688. OLE color: 1905688.

HSL color Cylindrical-coordinate representation of color #18141D: hue angle of 266.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #18141D is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 20 29 -
CMYK 0.17 0.31 0 0.89
HSL 266.67º 0.18% 0.1% -
HSV(B) 266.67º 0.31% 0.11% -
XYZ 0.85 0.78 1.27 -
YUV 22.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 24 20 29 0.17 0.31 0 0.89 266.67 0.18 0.1
Hex 18 14 1D 11 1F 0 59 10B 12 A
Octal 30 24 35 21 37 0 131 413 22 12
Binary 11000 10100 11101 10001 11111 0 1011001 100001011 10010 1010

Color Harmonies of #18141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18141D

Black with #18141D

Text Example


Text Example

White with #18141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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