Html Css Color HEX #181932 Black Russian

📋 copy color: '#181932'

red 24 ◦ green 25 ◦ blue 50

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

Shades of Black Russian #181932

Tints of Black Russian #181932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 50.51%

R = 24.24%
G = 25.25%
B = 50.51%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#181932 (or 0x181932) is known color: Black Russian. HEX triplet: 18, 19 and 32. RGB value is (24,25,50). Sum of RGB (Red+Green+Blue) = 24+25+50=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #181932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181932 is #E7E6CD. Grayscale: #1B1B1B. Windows color (decimal): -15197902 or 3283224. OLE color: 3283224.

HSL color Cylindrical-coordinate representation of color #181932: hue angle of 237.69º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #181932 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 25 50 -
CMYK 0.52 0.50 0 0.80
HSL 237.69º 0.35% 0.15% -
HSV(B) 237.69º 0.52% 0.2% -
XYZ 1.3 1.12 3.17 -
YUV 27.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 24 25 50 0.52 0.50 0 0.80 237.69 0.35 0.15
Hex 18 19 32 34 32 0 50 EE 23 F
Octal 30 31 62 64 62 0 120 356 43 17
Binary 11000 11001 110010 110100 110010 0 1010000 11101110 100011 1111

Color Harmonies of #181932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181932

Black with #181932

Text Example


Text Example

White with #181932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181932; }

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

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

background-color css

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

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

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

border-color css

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

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

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