Html Css Color HEX #181928 Black Russian

📋 copy color: '#181928'

red 24 ◦ green 25 ◦ blue 40

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

Shades of Black Russian #181928

Tints of Black Russian #181928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 44.94%

R = 26.97%
G = 28.09%
B = 44.94%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#181928 (or 0x181928) is known color: Black Russian. HEX triplet: 18, 19 and 28. RGB value is (24,25,40). Sum of RGB (Red+Green+Blue) = 24+25+40=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #181928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181928 is #E7E6D7. Grayscale: #1A1A1A. Windows color (decimal): -15197912 or 2627864. OLE color: 2627864.

HSL color Cylindrical-coordinate representation of color #181928: hue angle of 236.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #181928 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 25 40 -
CMYK 0.40 0.38 0 0.84
HSL 236.25º 0.25% 0.13% -
HSV(B) 236.25º 0.4% 0.16% -
XYZ 1.11 1.04 2.15 -
YUV 26.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 24 25 40 0.40 0.38 0 0.84 236.25 0.25 0.13
Hex 18 19 28 28 26 0 54 EC 19 D
Octal 30 31 50 50 46 0 124 354 31 15
Binary 11000 11001 101000 101000 100110 0 1010100 11101100 11001 1101

Color Harmonies of #181928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181928

Black with #181928

Text Example


Text Example

White with #181928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181928; }

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

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

background-color css

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

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

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

border-color css

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

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

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