Html Css Color HEX #181828 Black Russian

📋 copy color: '#181828'

red 24 ◦ green 24 ◦ blue 40

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

Shades of Black Russian #181828

Tints of Black Russian #181828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.27%

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

R = 27.27%
G = 27.27%
B = 45.45%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#181828 (or 0x181828) is known color: Black Russian. HEX triplet: 18, 18 and 28. RGB value is (24,24,40). Sum of RGB (Red+Green+Blue) = 24+24+40=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #181828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181828 is #E7E7D7. Grayscale: #191919. Windows color (decimal): -15198168 or 2627608. OLE color: 2627608.

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

Color convert

RGB 24 24 40 -
CMYK 0.40 0.40 0 0.84
HSL 240º 0.25% 0.13% -
HSV(B) 240º 0.4% 0.16% -
XYZ 1.09 1 2.14 -
YUV 25.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 24 24 40 0.40 0.40 0 0.84 240 0.25 0.13
Hex 18 18 28 28 28 0 54 F0 19 D
Octal 30 30 50 50 50 0 124 360 31 15
Binary 11000 11000 101000 101000 101000 0 1010100 11110000 11001 1101

Color Harmonies of #181828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181828

Black with #181828

Text Example


Text Example

White with #181828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181828; }

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

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

background-color css

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

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

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

border-color css

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

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

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