Html Css Color HEX #18121E Blackcurrant

📋 copy color: '#18121E'

red 24 ◦ green 18 ◦ blue 30

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

Shades of Blackcurrant #18121E

Tints of Blackcurrant #18121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 41.67%

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18121E (or 0x18121E) is known color: Blackcurrant. HEX triplet: 18, 12 and 1E. RGB value is (24,18,30). Sum of RGB (Red+Green+Blue) = 24+18+30=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #18121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121E is #E7EDE1. Grayscale: #151515. Windows color (decimal): -15199714 or 1970712. OLE color: 1970712.

HSL color Cylindrical-coordinate representation of color #18121E: hue angle of 270º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #18121E is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 18 30 -
CMYK 0.20 0.40 0 0.88
HSL 270º 0.25% 0.09% -
HSV(B) 270º 0.4% 0.12% -
XYZ 0.83 0.72 1.32 -
YUV 21.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 24 18 30 0.20 0.40 0 0.88 270 0.25 0.09
Hex 18 12 1E 14 28 0 58 10E 19 9
Octal 30 22 36 24 50 0 130 416 31 11
Binary 11000 10010 11110 10100 101000 0 1011000 100001110 11001 1001

Color Harmonies of #18121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18121E

Black with #18121E

Text Example


Text Example

White with #18121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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