Html Css Color HEX #18081D Blackcurrant

📋 copy color: '#18081D'

red 24 ◦ green 8 ◦ blue 29

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

Shades of Blackcurrant #18081D

Tints of Blackcurrant #18081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.11%

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

R = 39.34%
G = 13.11%
B = 47.54%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18081D (or 0x18081D) is known color: Blackcurrant. HEX triplet: 18, 08 and 1D. RGB value is (24,8,29). Sum of RGB (Red+Green+Blue) = 24+8+29=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #18081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18081D is #E7F7E2. Grayscale: #0F0F0F. Windows color (decimal): -15202275 or 1902616. OLE color: 1902616.

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

Color convert

RGB 24 8 29 -
CMYK 0.17 0.72 0 0.89
HSL 285.71º 0.57% 0.07% -
HSV(B) 285.71º 0.72% 0.11% -
XYZ 0.69 0.46 1.21 -
YUV 15.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 24 8 29 0.17 0.72 0 0.89 285.71 0.57 0.07
Hex 18 8 1D 11 48 0 59 11E 39 7
Octal 30 10 35 21 110 0 131 436 71 7
Binary 11000 1000 11101 10001 1001000 0 1011001 100011110 111001 111

Color Harmonies of #18081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18081D

Black with #18081D

Text Example


Text Example

White with #18081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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