Html Css Color HEX #181A1E Black Russian

📋 copy color: '#181A1E'

red 24 ◦ green 26 ◦ blue 30

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

Shades of Black Russian #181A1E

Tints of Black Russian #181A1E

RGB

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

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

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

R = 30%
G = 32.5%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#181A1E (or 0x181A1E) is known color: Black Russian. HEX triplet: 18, 1A and 1E. RGB value is (24,26,30). Sum of RGB (Red+Green+Blue) = 24+26+30=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 30 - color contains mainly: blue. Hex color #181A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A1E is #E7E5E1. Grayscale: #191919. Windows color (decimal): -15197666 or 1972760. OLE color: 1972760.

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

Color convert

RGB 24 26 30 -
CMYK 0.20 0.13 0 0.88
HSL 220º 0.11% 0.11% -
HSV(B) 220º 0.2% 0.12% -
XYZ 0.98 1.03 1.37 -
YUV 25.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 24 26 30 0.20 0.13 0 0.88 220 0.11 0.11
Hex 18 1A 1E 14 D 0 58 DC B B
Octal 30 32 36 24 15 0 130 334 13 13
Binary 11000 11010 11110 10100 1101 0 1011000 11011100 1011 1011

Color Harmonies of #181A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A1E

Black with #181A1E

Text Example


Text Example

White with #181A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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