Html Css Color HEX #181A27 Black Russian

📋 copy color: '#181A27'

red 24 ◦ green 26 ◦ blue 39

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

Shades of Black Russian #181A27

Tints of Black Russian #181A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 43.82%

R = 26.97%
G = 29.21%
B = 43.82%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#181A27 (or 0x181A27) is known color: Black Russian. HEX triplet: 18, 1A and 27. RGB value is (24,26,39). Sum of RGB (Red+Green+Blue) = 24+26+39=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #181A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A27 is #E7E5D8. Grayscale: #1A1A1A. Windows color (decimal): -15197657 or 2562584. OLE color: 2562584.

HSL color Cylindrical-coordinate representation of color #181A27: hue angle of 232º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #181A27 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 26 39 -
CMYK 0.38 0.33 0 0.85
HSL 232º 0.24% 0.12% -
HSV(B) 232º 0.38% 0.15% -
XYZ 1.11 1.08 2.07 -
YUV 26.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 24 26 39 0.38 0.33 0 0.85 232 0.24 0.12
Hex 18 1A 27 26 21 0 55 E8 18 C
Octal 30 32 47 46 41 0 125 350 30 14
Binary 11000 11010 100111 100110 100001 0 1010101 11101000 11000 1100

Color Harmonies of #181A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A27

Black with #181A27

Text Example


Text Example

White with #181A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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