Html Css Color HEX #18131E Blackcurrant

📋 copy color: '#18131E'

red 24 ◦ green 19 ◦ blue 30

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

Shades of Blackcurrant #18131E

Tints of Blackcurrant #18131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 41.1%

R = 32.88%
G = 26.03%
B = 41.1%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18131E (or 0x18131E) is known color: Blackcurrant. HEX triplet: 18, 13 and 1E. RGB value is (24,19,30). Sum of RGB (Red+Green+Blue) = 24+19+30=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #18131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131E is #E7ECE1. Grayscale: #151515. Windows color (decimal): -15199458 or 1970968. OLE color: 1970968.

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

Color convert

RGB 24 19 30 -
CMYK 0.20 0.37 0 0.88
HSL 267.27º 0.22% 0.1% -
HSV(B) 267.27º 0.37% 0.12% -
XYZ 0.84 0.75 1.33 -
YUV 21.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 24 19 30 0.20 0.37 0 0.88 267.27 0.22 0.1
Hex 18 13 1E 14 25 0 58 10B 16 A
Octal 30 23 36 24 45 0 130 413 26 12
Binary 11000 10011 11110 10100 100101 0 1011000 100001011 10110 1010

Color Harmonies of #18131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18131E

Black with #18131E

Text Example


Text Example

White with #18131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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