Html Css Color HEX #18001F Blackcurrant

📋 copy color: '#18001F'

red 24 ◦ green 0 ◦ blue 31

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

Shades of Blackcurrant #18001F

Tints of Blackcurrant #18001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.64%
G = 0%
B = 56.36%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18001F (or 0x18001F) is known color: Blackcurrant. HEX triplet: 18, 00 and 1F. RGB value is (24,0,31). Sum of RGB (Red+Green+Blue) = 24+0+31=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #18001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18001F is #E7FFE0. Grayscale: #0A0A0A. Windows color (decimal): -15204321 or 2031640. OLE color: 2031640.

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

Color convert

RGB 24 0 31 -
CMYK 0.23 1 0 0.88
HSL 286.45º 1% 0.06% -
HSV(B) 286.45º 1% 0.12% -
XYZ 0.62 0.29 1.32 -
YUV 10.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 24 0 31 0.23 1 0 0.88 286.45 1 0.06
Hex 18 0 1F 17 64 0 58 11E 64 6
Octal 30 0 37 27 144 0 130 436 144 6
Binary 11000 0 11111 10111 1100100 0 1011000 100011110 1100100 110

Color Harmonies of #18001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18001F

Black with #18001F

Text Example


Text Example

White with #18001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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