Html Css Color HEX #181D28 Black Russian

📋 copy color: '#181D28'

red 24 ◦ green 29 ◦ blue 40

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

Shades of Black Russian #181D28

Tints of Black Russian #181D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 31.18%

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

R = 25.81%
G = 31.18%
B = 43.01%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#181D28 (or 0x181D28) is known color: Black Russian. HEX triplet: 18, 1D and 28. RGB value is (24,29,40). Sum of RGB (Red+Green+Blue) = 24+29+40=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #181D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D28 is #E7E2D7. Grayscale: #1C1C1C. Windows color (decimal): -15196888 or 2628888. OLE color: 2628888.

HSL color Cylindrical-coordinate representation of color #181D28: hue angle of 221.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 #181D28 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 29 40 -
CMYK 0.40 0.28 0 0.84
HSL 221.25º 0.25% 0.13% -
HSV(B) 221.25º 0.4% 0.16% -
XYZ 1.2 1.23 2.18 -
YUV 28.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 24 29 40 0.40 0.28 0 0.84 221.25 0.25 0.13
Hex 18 1D 28 28 1C 0 54 DD 19 D
Octal 30 35 50 50 34 0 124 335 31 15
Binary 11000 11101 101000 101000 11100 0 1010100 11011101 11001 1101

Color Harmonies of #181D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D28

Black with #181D28

Text Example


Text Example

White with #181D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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