Html Css Color HEX #18111D Blackcurrant

📋 copy color: '#18111D'

red 24 ◦ green 17 ◦ blue 29

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

Shades of Blackcurrant #18111D

Tints of Blackcurrant #18111D

RGB

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

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

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

R = 34.29%
G = 24.29%
B = 41.43%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18111D (or 0x18111D) is known color: Blackcurrant. HEX triplet: 18, 11 and 1D. RGB value is (24,17,29). Sum of RGB (Red+Green+Blue) = 24+17+29=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #18111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111D is #E7EEE2. Grayscale: #141414. Windows color (decimal): -15199971 or 1904920. OLE color: 1904920.

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

Color convert

RGB 24 17 29 -
CMYK 0.17 0.41 0 0.89
HSL 275º 0.26% 0.09% -
HSV(B) 275º 0.41% 0.11% -
XYZ 0.8 0.68 1.25 -
YUV 20.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 24 17 29 0.17 0.41 0 0.89 275 0.26 0.09
Hex 18 11 1D 11 29 0 59 113 1A 9
Octal 30 21 35 21 51 0 131 423 32 11
Binary 11000 10001 11101 10001 101001 0 1011001 100010011 11010 1001

Color Harmonies of #18111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18111D

Black with #18111D

Text Example


Text Example

White with #18111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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