#12182B

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

Shades of Black Russian #12182B

Tints of Black Russian #12182B

Color information

#12182B (or 0x12182B) is unknown color: approx Black Russian. HEX triplet: 12, 18 and 2B. RGB value is (18,24,43). Sum of RGB (Red+Green+Blue) = 18+24+43=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #12182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12182B is #EDE7D4. Grayscale: #181818. Windows color (decimal): -15591381 or 2824210. OLE color: 2824210.

HSL color Cylindrical-coordinate representation of color #12182B: hue angle of 225.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12182B is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB182443-
CMYK0.580.4400.83
HSL225.6º40.98%11.96%-
HSV(B)225.6º58.14%16.86%-
XYZ1.010.962.42-
YUV24.37138.51123.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=21.18%
G=28.24%
B=50.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1824430.580.4400.83225.640.9811.96
Hex12182B3A2C053e229c
Octal223053725401233425114
Binary100101100010101111101010110001010011111000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12182B; }

 p { color: rgb(18,24,43); }

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

<style>
 a { background-color: #12182B; }

 a { background-color: rgb(18,24,43); }

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

<style>
 span { border-color: #12182B; }

 span { border-color: rgb(18,24,43); }

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