Html Css Color HEX #18131C Blackcurrant

📋 copy color: '#18131C'

red 24 ◦ green 19 ◦ blue 28

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

Shades of Blackcurrant #18131C

Tints of Blackcurrant #18131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 39.44%

R = 33.8%
G = 26.76%
B = 39.44%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18131C (or 0x18131C) is known color: Blackcurrant. HEX triplet: 18, 13 and 1C. RGB value is (24,19,28). Sum of RGB (Red+Green+Blue) = 24+19+28=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #18131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131C is #E7ECE3. Grayscale: #151515. Windows color (decimal): -15199460 or 1839896. OLE color: 1839896.

HSL color Cylindrical-coordinate representation of color #18131C: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #18131C is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 19 28 -
CMYK 0.14 0.32 0 0.89
HSL 273.33º 0.19% 0.09% -
HSV(B) 273.33º 0.32% 0.11% -
XYZ 0.82 0.74 1.2 -
YUV 21.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 24 19 28 0.14 0.32 0 0.89 273.33 0.19 0.09
Hex 18 13 1C E 20 0 59 111 13 9
Octal 30 23 34 16 40 0 131 421 23 11
Binary 11000 10011 11100 1110 100000 0 1011001 100010001 10011 1001

Color Harmonies of #18131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18131C

Black with #18131C

Text Example


Text Example

White with #18131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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