Html Css Color HEX #18041F Blackcurrant

📋 copy color: '#18041F'

red 24 ◦ green 4 ◦ blue 31

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

Shades of Blackcurrant #18041F

Tints of Blackcurrant #18041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 52.54%

R = 40.68%
G = 6.78%
B = 52.54%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18041F (or 0x18041F) is known color: Blackcurrant. HEX triplet: 18, 04 and 1F. RGB value is (24,4,31). Sum of RGB (Red+Green+Blue) = 24+4+31=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #18041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18041F is #E7FBE0. Grayscale: #0C0C0C. Windows color (decimal): -15203297 or 2032664. OLE color: 2032664.

HSL color Cylindrical-coordinate representation of color #18041F: hue angle of 284.44º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18041F is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 4 31 -
CMYK 0.23 0.87 0 0.88
HSL 284.44º 0.77% 0.07% -
HSV(B) 284.44º 0.87% 0.12% -
XYZ 0.67 0.38 1.33 -
YUV 13.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 24 4 31 0.23 0.87 0 0.88 284.44 0.77 0.07
Hex 18 4 1F 17 57 0 58 11C 4D 7
Octal 30 4 37 27 127 0 130 434 115 7
Binary 11000 100 11111 10111 1010111 0 1011000 100011100 1001101 111

Color Harmonies of #18041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18041F

Black with #18041F

Text Example


Text Example

White with #18041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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