Html Css Color HEX #18191C Black Russian

📋 copy color: '#18191C'

red 24 ◦ green 25 ◦ blue 28

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

Shades of Black Russian #18191C

Tints of Black Russian #18191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 32.47%

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

R = 31.17%
G = 32.47%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18191C (or 0x18191C) is known color: Black Russian. HEX triplet: 18, 19 and 1C. RGB value is (24,25,28). Sum of RGB (Red+Green+Blue) = 24+25+28=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 28 - color contains mainly: blue. Hex color #18191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18191C is #E7E6E3. Grayscale: #191919. Windows color (decimal): -15197924 or 1841432. OLE color: 1841432.

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

Color convert

RGB 24 25 28 -
CMYK 0.14 0.11 0 0.89
HSL 225º 0.08% 0.1% -
HSV(B) 225º 0.14% 0.11% -
XYZ 0.93 0.97 1.24 -
YUV 25.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 24 25 28 0.14 0.11 0 0.89 225 0.08 0.1
Hex 18 19 1C E B 0 59 E1 8 A
Octal 30 31 34 16 13 0 131 341 10 12
Binary 11000 11001 11100 1110 1011 0 1011001 11100001 1000 1010

Color Harmonies of #18191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18191C

Black with #18191C

Text Example


Text Example

White with #18191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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