#121828

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

Shades of Black Russian #121828

Tints of Black Russian #121828

Color information

#121828 (or 0x121828) is unknown color: approx Black Russian. HEX triplet: 12, 18 and 28. RGB value is (18,24,40). Sum of RGB (Red+Green+Blue) = 18+24+40=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #121828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121828 is #EDE7D7. Grayscale: #171717. Windows color (decimal): -15591384 or 2627602. OLE color: 2627602.

HSL color Cylindrical-coordinate representation of color #121828: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121828 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182440-
CMYK0.550.4000.84
HSL223.64º37.93%11.37%-
HSV(B)223.64º55%15.69%-
XYZ0.960.942.14-
YUV24.03137.01123.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=21.95%
G=29.27%
B=48.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1824400.550.4000.84223.6437.9311.37
Hex1218283728054e026b
Octal223050675001243404613
Binary100101100010100011011110100001010100111000001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121828; }

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

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

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

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

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

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

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

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