Html Css Color HEX #18031D Blackcurrant

📋 copy color: '#18031D'

red 24 ◦ green 3 ◦ blue 29

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

Shades of Blackcurrant #18031D

Tints of Blackcurrant #18031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.36%

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

R = 42.86%
G = 5.36%
B = 51.79%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18031D (or 0x18031D) is known color: Blackcurrant. HEX triplet: 18, 03 and 1D. RGB value is (24,3,29). Sum of RGB (Red+Green+Blue) = 24+3+29=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #18031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18031D is #E7FCE2. Grayscale: #0C0C0C. Windows color (decimal): -15203555 or 1901336. OLE color: 1901336.

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

Color convert

RGB 24 3 29 -
CMYK 0.17 0.90 0 0.89
HSL 288.46º 0.81% 0.06% -
HSV(B) 288.46º 0.9% 0.11% -
XYZ 0.63 0.35 1.2 -
YUV 12.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 24 3 29 0.17 0.90 0 0.89 288.46 0.81 0.06
Hex 18 3 1D 11 5A 0 59 120 51 6
Octal 30 3 35 21 132 0 131 440 121 6
Binary 11000 11 11101 10001 1011010 0 1011001 100100000 1010001 110

Color Harmonies of #18031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18031D

Black with #18031D

Text Example


Text Example

White with #18031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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