Html Css Color HEX #18121C Blackcurrant

📋 copy color: '#18121C'

red 24 ◦ green 18 ◦ blue 28

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

Shades of Blackcurrant #18121C

Tints of Blackcurrant #18121C

RGB

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

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

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

R = 34.29%
G = 25.71%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18121C (or 0x18121C) is known color: Blackcurrant. HEX triplet: 18, 12 and 1C. RGB value is (24,18,28). Sum of RGB (Red+Green+Blue) = 24+18+28=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #18121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121C is #E7EDE3. Grayscale: #141414. Windows color (decimal): -15199716 or 1839640. OLE color: 1839640.

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

Color convert

RGB 24 18 28 -
CMYK 0.14 0.36 0 0.89
HSL 276º 0.22% 0.09% -
HSV(B) 276º 0.36% 0.11% -
XYZ 0.8 0.71 1.19 -
YUV 20.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 24 18 28 0.14 0.36 0 0.89 276 0.22 0.09
Hex 18 12 1C E 24 0 59 114 16 9
Octal 30 22 34 16 44 0 131 424 26 11
Binary 11000 10010 11100 1110 100100 0 1011001 100010100 10110 1001

Color Harmonies of #18121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18121C

Black with #18121C

Text Example


Text Example

White with #18121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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