Html Css Color HEX #181924 Black Russian

📋 copy color: '#181924'

red 24 ◦ green 25 ◦ blue 36

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

Shades of Black Russian #181924

Tints of Black Russian #181924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 42.35%

R = 28.24%
G = 29.41%
B = 42.35%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#181924 (or 0x181924) is known color: Black Russian. HEX triplet: 18, 19 and 24. RGB value is (24,25,36). Sum of RGB (Red+Green+Blue) = 24+25+36=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 36 - color contains mainly: blue. Hex color #181924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181924 is #E7E6DB. Grayscale: #191919. Windows color (decimal): -15197916 or 2365720. OLE color: 2365720.

HSL color Cylindrical-coordinate representation of color #181924: hue angle of 235º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181924 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 25 36 -
CMYK 0.33 0.31 0 0.86
HSL 235º 0.2% 0.12% -
HSV(B) 235º 0.33% 0.14% -
XYZ 1.04 1.02 1.81 -
YUV 25.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 24 25 36 0.33 0.31 0 0.86 235 0.2 0.12
Hex 18 19 24 21 1F 0 56 EB 14 C
Octal 30 31 44 41 37 0 126 353 24 14
Binary 11000 11001 100100 100001 11111 0 1010110 11101011 10100 1100

Color Harmonies of #181924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181924

Black with #181924

Text Example


Text Example

White with #181924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181924; }

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

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

background-color css

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

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

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

border-color css

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

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

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