Html Css Color HEX #181E2A Black Russian

📋 copy color: '#181E2A'

red 24 ◦ green 30 ◦ blue 42

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

Shades of Black Russian #181E2A

Tints of Black Russian #181E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 31.25%

 BLUE value IS 42 (16.8% from 255) = 43.75%

R = 25%
G = 31.25%
B = 43.75%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#181E2A (or 0x181E2A) is known color: Black Russian. HEX triplet: 18, 1E and 2A. RGB value is (24,30,42). Sum of RGB (Red+Green+Blue) = 24+30+42=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #181E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E2A is #E7E1D5. Grayscale: #1D1D1D. Windows color (decimal): -15196630 or 2760216. OLE color: 2760216.

HSL color Cylindrical-coordinate representation of color #181E2A: hue angle of 220º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #181E2A is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 30 42 -
CMYK 0.43 0.29 0 0.84
HSL 220º 0.27% 0.13% -
HSV(B) 220º 0.43% 0.16% -
XYZ 1.26 1.29 2.37 -
YUV 29.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 24 30 42 0.43 0.29 0 0.84 220 0.27 0.13
Hex 18 1E 2A 2B 1D 0 54 DC 1B D
Octal 30 36 52 53 35 0 124 334 33 15
Binary 11000 11110 101010 101011 11101 0 1010100 11011100 11011 1101

Color Harmonies of #181E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E2A

Black with #181E2A

Text Example


Text Example

White with #181E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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