Html Css Color HEX #18121A Blackcurrant

📋 copy color: '#18121A'

red 24 ◦ green 18 ◦ blue 26

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

Shades of Blackcurrant #18121A

Tints of Blackcurrant #18121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.47%

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

R = 35.29%
G = 26.47%
B = 38.24%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#18121A (or 0x18121A) is known color: Blackcurrant. HEX triplet: 18, 12 and 1A. RGB value is (24,18,26). Sum of RGB (Red+Green+Blue) = 24+18+26=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #18121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121A is #E7EDE5. Grayscale: #141414. Windows color (decimal): -15199718 or 1708568. OLE color: 1708568.

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

Color convert

RGB 24 18 26 -
CMYK 0.08 0.31 0 0.90
HSL 285º 0.18% 0.09% -
HSV(B) 285º 0.31% 0.1% -
XYZ 0.78 0.7 1.07 -
YUV 20.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 24 18 26 0.08 0.31 0 0.90 285 0.18 0.09
Hex 18 12 1A 8 1F 0 5A 11D 12 9
Octal 30 22 32 10 37 0 132 435 22 11
Binary 11000 10010 11010 1000 11111 0 1011010 100011101 10010 1001

Color Harmonies of #18121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18121A

Black with #18121A

Text Example


Text Example

White with #18121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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