Html Css Color HEX #18121D Blackcurrant

📋 copy color: '#18121D'

red 24 ◦ green 18 ◦ blue 29

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

Shades of Blackcurrant #18121D

Tints of Blackcurrant #18121D

RGB

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

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

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

R = 33.8%
G = 25.35%
B = 40.85%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18121D (or 0x18121D) is known color: Blackcurrant. HEX triplet: 18, 12 and 1D. RGB value is (24,18,29). Sum of RGB (Red+Green+Blue) = 24+18+29=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #18121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121D is #E7EDE2. Grayscale: #151515. Windows color (decimal): -15199715 or 1905176. OLE color: 1905176.

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

Color convert

RGB 24 18 29 -
CMYK 0.17 0.38 0 0.89
HSL 272.73º 0.23% 0.09% -
HSV(B) 272.73º 0.38% 0.11% -
XYZ 0.81 0.72 1.26 -
YUV 21.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 24 18 29 0.17 0.38 0 0.89 272.73 0.23 0.09
Hex 18 12 1D 11 26 0 59 111 17 9
Octal 30 22 35 21 46 0 131 421 27 11
Binary 11000 10010 11101 10001 100110 0 1011001 100010001 10111 1001

Color Harmonies of #18121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18121D

Black with #18121D

Text Example


Text Example

White with #18121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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