#121729

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

Shades of Black Russian #121729

Tints of Black Russian #121729

Color information

#121729 (or 0x121729) is unknown color: approx Black Russian. HEX triplet: 12, 17 and 29. RGB value is (18,23,41). Sum of RGB (Red+Green+Blue) = 18+23+41=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #121729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121729 is #EDE8D6. Grayscale: #171717. Windows color (decimal): -15591639 or 2692882. OLE color: 2692882.

HSL color Cylindrical-coordinate representation of color #121729: hue angle of 226.96º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #121729 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182341-
CMYK0.560.4400.84
HSL226.96º38.98%11.57%-
HSV(B)226.96º56.1%16.08%-
XYZ0.960.92.22-
YUV23.56137.84124.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 41 (16.41% from 255) = 50%
R=21.95%
G=28.05%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1823410.560.4400.84226.9638.9811.57
Hex121729382C054e327c
Octal222751705401243434714
Binary100101011110100111100010110001010100111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121729; }

 p { color: rgb(18,23,41); }

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

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

 a { background-color: rgb(18,23,41); }

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

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

 span { border-color: rgb(18,23,41); }

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