Html Css Color HEX #18041D Blackcurrant

📋 copy color: '#18041D'

red 24 ◦ green 4 ◦ blue 29

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

Shades of Blackcurrant #18041D

Tints of Blackcurrant #18041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.02%

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

R = 42.11%
G = 7.02%
B = 50.88%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18041D (or 0x18041D) is known color: Blackcurrant. HEX triplet: 18, 04 and 1D. RGB value is (24,4,29). Sum of RGB (Red+Green+Blue) = 24+4+29=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #18041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18041D is #E7FBE2. Grayscale: #0C0C0C. Windows color (decimal): -15203299 or 1901592. OLE color: 1901592.

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

Color convert

RGB 24 4 29 -
CMYK 0.17 0.86 0 0.89
HSL 288º 0.76% 0.06% -
HSV(B) 288º 0.86% 0.11% -
XYZ 0.64 0.37 1.2 -
YUV 12.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 24 4 29 0.17 0.86 0 0.89 288 0.76 0.06
Hex 18 4 1D 11 56 0 59 120 4C 6
Octal 30 4 35 21 126 0 131 440 114 6
Binary 11000 100 11101 10001 1010110 0 1011001 100100000 1001100 110

Color Harmonies of #18041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18041D

Black with #18041D

Text Example


Text Example

White with #18041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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