Html Css Color HEX #181A1F Black Russian

📋 copy color: '#181A1F'

red 24 ◦ green 26 ◦ blue 31

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

Shades of Black Russian #181A1F

Tints of Black Russian #181A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.1%

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

R = 29.63%
G = 32.1%
B = 38.27%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#181A1F (or 0x181A1F) is known color: Black Russian. HEX triplet: 18, 1A and 1F. RGB value is (24,26,31). Sum of RGB (Red+Green+Blue) = 24+26+31=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: blue. Hex color #181A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A1F is #E7E5E0. Grayscale: #191919. Windows color (decimal): -15197665 or 2038296. OLE color: 2038296.

HSL color Cylindrical-coordinate representation of color #181A1F: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #181A1F is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 26 31 -
CMYK 0.23 0.16 0 0.88
HSL 222.86º 0.13% 0.11% -
HSV(B) 222.86º 0.23% 0.12% -
XYZ 0.99 1.03 1.44 -
YUV 25.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 24 26 31 0.23 0.16 0 0.88 222.86 0.13 0.11
Hex 18 1A 1F 17 10 0 58 DF D B
Octal 30 32 37 27 20 0 130 337 15 13
Binary 11000 11010 11111 10111 10000 0 1011000 11011111 1101 1011

Color Harmonies of #181A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A1F

Black with #181A1F

Text Example


Text Example

White with #181A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181A1F; }

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

 H1.HeaderClassName
 {
   color: #181A1F;
 }
 .AnyTagClassName
 {
   color: #181A1F;
 }
</style>

background-color css

<style>
 a { background-color: #181A1F; }

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

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

border-color css

<style>
 span { border-color: #181A1F; }

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

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