Html Css Color HEX #18131F Blackcurrant

📋 copy color: '#18131F'

red 24 ◦ green 19 ◦ blue 31

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

Shades of Blackcurrant #18131F

Tints of Blackcurrant #18131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 32.43%
G = 25.68%
B = 41.89%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18131F (or 0x18131F) is known color: Blackcurrant. HEX triplet: 18, 13 and 1F. RGB value is (24,19,31). Sum of RGB (Red+Green+Blue) = 24+19+31=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #18131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131F is #E7ECE0. Grayscale: #151515. Windows color (decimal): -15199457 or 2036504. OLE color: 2036504.

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

Color convert

RGB 24 19 31 -
CMYK 0.23 0.39 0 0.88
HSL 265º 0.24% 0.1% -
HSV(B) 265º 0.39% 0.12% -
XYZ 0.86 0.76 1.4 -
YUV 21.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 24 19 31 0.23 0.39 0 0.88 265 0.24 0.1
Hex 18 13 1F 17 27 0 58 109 18 A
Octal 30 23 37 27 47 0 130 411 30 12
Binary 11000 10011 11111 10111 100111 0 1011000 100001001 11000 1010

Color Harmonies of #18131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18131F

Black with #18131F

Text Example


Text Example

White with #18131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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