Html Css Color HEX #181A31 Black Russian

📋 copy color: '#181A31'

red 24 ◦ green 26 ◦ blue 49

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

Shades of Black Russian #181A31

Tints of Black Russian #181A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.26%

 BLUE value IS 49 (19.53% from 255) = 49.49%

R = 24.24%
G = 26.26%
B = 49.49%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#181A31 (or 0x181A31) is known color: Black Russian. HEX triplet: 18, 1A and 31. RGB value is (24,26,49). Sum of RGB (Red+Green+Blue) = 24+26+49=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #181A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A31 is #E7E5CE. Grayscale: #1B1B1B. Windows color (decimal): -15197647 or 3217944. OLE color: 3217944.

HSL color Cylindrical-coordinate representation of color #181A31: hue angle of 235.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #181A31 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 26 49 -
CMYK 0.51 0.47 0 0.81
HSL 235.2º 0.34% 0.14% -
HSV(B) 235.2º 0.51% 0.19% -
XYZ 1.3 1.15 3.06 -
YUV 28.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 24 26 49 0.51 0.47 0 0.81 235.2 0.34 0.14
Hex 18 1A 31 33 2F 0 51 EB 22 E
Octal 30 32 61 63 57 0 121 353 42 16
Binary 11000 11010 110001 110011 101111 0 1010001 11101011 100010 1110

Color Harmonies of #181A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A31

Black with #181A31

Text Example


Text Example

White with #181A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,26,49); }

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

background-color css

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

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

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

border-color css

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

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

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