Html Css Color HEX #18111C Blackcurrant

📋 copy color: '#18111C'

red 24 ◦ green 17 ◦ blue 28

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

Shades of Blackcurrant #18111C

Tints of Blackcurrant #18111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.64%

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

R = 34.78%
G = 24.64%
B = 40.58%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18111C (or 0x18111C) is known color: Blackcurrant. HEX triplet: 18, 11 and 1C. RGB value is (24,17,28). Sum of RGB (Red+Green+Blue) = 24+17+28=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #18111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111C is #E7EEE3. Grayscale: #141414. Windows color (decimal): -15199972 or 1839384. OLE color: 1839384.

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

Color convert

RGB 24 17 28 -
CMYK 0.14 0.39 0 0.89
HSL 278.18º 0.24% 0.09% -
HSV(B) 278.18º 0.39% 0.11% -
XYZ 0.79 0.68 1.19 -
YUV 20.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 24 17 28 0.14 0.39 0 0.89 278.18 0.24 0.09
Hex 18 11 1C E 27 0 59 116 18 9
Octal 30 21 34 16 47 0 131 426 30 11
Binary 11000 10001 11100 1110 100111 0 1011001 100010110 11000 1001

Color Harmonies of #18111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18111C

Black with #18111C

Text Example


Text Example

White with #18111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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