Html Css Color HEX #181B31 Black Russian

📋 copy color: '#181B31'

red 24 ◦ green 27 ◦ blue 49

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

Shades of Black Russian #181B31

Tints of Black Russian #181B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27%

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

R = 24%
G = 27%
B = 49%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#181B31 (or 0x181B31) is known color: Black Russian. HEX triplet: 18, 1B and 31. RGB value is (24,27,49). Sum of RGB (Red+Green+Blue) = 24+27+49=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #181B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B31 is #E7E4CE. Grayscale: #1C1C1C. Windows color (decimal): -15197391 or 3218200. OLE color: 3218200.

HSL color Cylindrical-coordinate representation of color #181B31: hue angle of 232.8º 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 #181B31 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 27 49 -
CMYK 0.51 0.45 0 0.81
HSL 232.8º 0.34% 0.14% -
HSV(B) 232.8º 0.51% 0.19% -
XYZ 1.32 1.2 3.07 -
YUV 28.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 24 27 49 0.51 0.45 0 0.81 232.8 0.34 0.14
Hex 18 1B 31 33 2D 0 51 E9 22 E
Octal 30 33 61 63 55 0 121 351 42 16
Binary 11000 11011 110001 110011 101101 0 1010001 11101001 100010 1110

Color Harmonies of #181B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B31

Black with #181B31

Text Example


Text Example

White with #181B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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