#181A2F

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

Shades of Black Russian #181A2F

Tints of Black Russian #181A2F

Color information

#181A2F (or 0x181A2F) is unknown color: approx Black Russian. HEX triplet: 18, 1A and 2F. RGB value is (24,26,47). Sum of RGB (Red+Green+Blue) = 24+26+47=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #181A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A2F is #E7E5D0. Grayscale: #1B1B1B. Windows color (decimal): -15197649 or 3086872. OLE color: 3086872.

HSL color Cylindrical-coordinate representation of color #181A2F: hue angle of 234.78º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #181A2F is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB242647-
CMYK0.490.4500.82
HSL234.78º32.39%13.92%-
HSV(B)234.78º48.94%18.43%-
XYZ1.261.142.84-
YUV27.8138.84125.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.74%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 47 (18.75% from 255) = 48.45%
R=24.74%
G=26.80%
B=48.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2426470.490.4500.82234.7832.3913.92
Hex181A2F312D052eb20e
Octal303257615501223534016
Binary110001101010111111000110110101010010111010111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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