Html Css Color HEX #18141C Blackcurrant

📋 copy color: '#18141C'

red 24 ◦ green 20 ◦ blue 28

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

Shades of Blackcurrant #18141C

Tints of Blackcurrant #18141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 38.89%

R = 33.33%
G = 27.78%
B = 38.89%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18141C (or 0x18141C) is known color: Blackcurrant. HEX triplet: 18, 14 and 1C. RGB value is (24,20,28). Sum of RGB (Red+Green+Blue) = 24+20+28=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #18141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18141C is #E7EBE3. Grayscale: #161616. Windows color (decimal): -15199204 or 1840152. OLE color: 1840152.

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

Color convert

RGB 24 20 28 -
CMYK 0.14 0.29 0 0.89
HSL 270º 0.17% 0.09% -
HSV(B) 270º 0.29% 0.11% -
XYZ 0.84 0.78 1.2 -
YUV 22.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 24 20 28 0.14 0.29 0 0.89 270 0.17 0.09
Hex 18 14 1C E 1D 0 59 10E 11 9
Octal 30 24 34 16 35 0 131 416 21 11
Binary 11000 10100 11100 1110 11101 0 1011001 100001110 10001 1001

Color Harmonies of #18141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18141C

Black with #18141C

Text Example


Text Example

White with #18141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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