Html Css Color HEX #181B2C Black Russian

📋 copy color: '#181B2C'

red 24 ◦ green 27 ◦ blue 44

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

Shades of Black Russian #181B2C

Tints of Black Russian #181B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 46.32%

R = 25.26%
G = 28.42%
B = 46.32%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#181B2C (or 0x181B2C) is known color: Black Russian. HEX triplet: 18, 1B and 2C. RGB value is (24,27,44). Sum of RGB (Red+Green+Blue) = 24+27+44=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #181B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B2C is #E7E4D3. Grayscale: #1B1B1B. Windows color (decimal): -15197396 or 2890520. OLE color: 2890520.

HSL color Cylindrical-coordinate representation of color #181B2C: hue angle of 231º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #181B2C is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 24 27 44 -
CMYK 0.45 0.39 0 0.83
HSL 231º 0.29% 0.13% -
HSV(B) 231º 0.45% 0.17% -
XYZ 1.22 1.16 2.54 -
YUV 28.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 24 27 44 0.45 0.39 0 0.83 231 0.29 0.13
Hex 18 1B 2C 2D 27 0 53 E7 1D D
Octal 30 33 54 55 47 0 123 347 35 15
Binary 11000 11011 101100 101101 100111 0 1010011 11100111 11101 1101

Color Harmonies of #181B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B2C

Black with #181B2C

Text Example


Text Example

White with #181B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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