#121929

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

Shades of Black Russian #121929

Tints of Black Russian #121929

Color information

#121929 (or 0x121929) is unknown color: approx Black Russian. HEX triplet: 12, 19 and 29. RGB value is (18,25,41). Sum of RGB (Red+Green+Blue) = 18+25+41=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #121929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121929 is #EDE6D6. Grayscale: #181818. Windows color (decimal): -15591127 or 2693394. OLE color: 2693394.

HSL color Cylindrical-coordinate representation of color #121929: hue angle of 221.74º 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 #121929 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182541-
CMYK0.560.3900.84
HSL221.74º38.98%11.57%-
HSV(B)221.74º56.1%16.08%-
XYZ10.982.24-
YUV24.73137.18123.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 41 (16.41% from 255) = 48.81%
R=21.43%
G=29.76%
B=48.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1825410.560.3900.84221.7438.9811.57
Hex1219293827054de27c
Octal223151704701243364714
Binary100101100110100111100010011101010100110111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121929; }

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

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

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

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

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

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

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

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