Html Css Color HEX #18191B Black Russian

📋 copy color: '#18191B'

red 24 ◦ green 25 ◦ blue 27

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

Shades of Black Russian #18191B

Tints of Black Russian #18191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 35.53%

R = 31.58%
G = 32.89%
B = 35.53%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18191B (or 0x18191B) is known color: Black Russian. HEX triplet: 18, 19 and 1B. RGB value is (24,25,27). Sum of RGB (Red+Green+Blue) = 24+25+27=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 27 - color contains mainly: blue. Hex color #18191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18191B is #E7E6E4. Grayscale: #181818. Windows color (decimal): -15197925 or 1775896. OLE color: 1775896.

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

Color convert

RGB 24 25 27 -
CMYK 0.11 0.07 0 0.89
HSL 220º 0.06% 0.1% -
HSV(B) 220º 0.11% 0.11% -
XYZ 0.92 0.97 1.18 -
YUV 24.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 24 25 27 0.11 0.07 0 0.89 220 0.06 0.1
Hex 18 19 1B B 7 0 59 DC 6 A
Octal 30 31 33 13 7 0 131 334 6 12
Binary 11000 11001 11011 1011 111 0 1011001 11011100 110 1010

Color Harmonies of #18191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18191B

Black with #18191B

Text Example


Text Example

White with #18191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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