#181C2A

Color #181C2A Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #181C2A

Tints of Black Russian #181C2A

Color information

#181C2A (or 0x181C2A) is unknown color: approx Black Russian. HEX triplet: 18, 1C and 2A. RGB value is (24,28,42). Sum of RGB (Red+Green+Blue) = 24+28+42=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #181C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C2A is #E7E3D5. Grayscale: #1C1C1C. Windows color (decimal): -15197142 or 2759704. OLE color: 2759704.

HSL color Cylindrical-coordinate representation of color #181C2A: hue angle of 226.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #181C2A is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB242842-
CMYK0.430.3300.84
HSL226.67º27.27%12.94%-
HSV(B)226.67º42.86%16.47%-
XYZ1.211.192.36-
YUV28.4135.67124.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=25.53%
G=29.79%
B=44.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2428420.430.3300.84226.6727.2712.94
Hex181C2A2B21054e31bd
Octal303452534101243433315
Binary11000111001010101010111000010101010011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,28,42); }

 H1.HeaderClassName
 {
   color: #181C2A;
 }
 .AnyTagClassName
 {
   color: #181C2A;
 }
</style>
background-color css

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

 a { background-color: rgb(24,28,42); }

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

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

 span { border-color: rgb(24,28,42); }

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