Html Css Color HEX #18141A Blackcurrant

📋 copy color: '#18141A'

red 24 ◦ green 20 ◦ blue 26

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

Shades of Blackcurrant #18141A

Tints of Blackcurrant #18141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 37.14%

R = 34.29%
G = 28.57%
B = 37.14%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#18141A (or 0x18141A) is known color: Blackcurrant. HEX triplet: 18, 14 and 1A. RGB value is (24,20,26). Sum of RGB (Red+Green+Blue) = 24+20+26=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 26 - color contains mainly: blue. Hex color #18141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18141A is #E7EBE5. Grayscale: #151515. Windows color (decimal): -15199206 or 1709080. OLE color: 1709080.

HSL color Cylindrical-coordinate representation of color #18141A: hue angle of 280º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #18141A is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 20 26 -
CMYK 0.08 0.23 0 0.90
HSL 280º 0.13% 0.09% -
HSV(B) 280º 0.23% 0.1% -
XYZ 0.81 0.77 1.08 -
YUV 21.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 24 20 26 0.08 0.23 0 0.90 280 0.13 0.09
Hex 18 14 1A 8 17 0 5A 118 D 9
Octal 30 24 32 10 27 0 132 430 15 11
Binary 11000 10100 11010 1000 10111 0 1011010 100011000 1101 1001

Color Harmonies of #18141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18141A

Black with #18141A

Text Example


Text Example

White with #18141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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