#121524

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

Shades of Black Russian #121524

Tints of Black Russian #121524

Color information

#121524 (or 0x121524) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 24. RGB value is (18,21,36). Sum of RGB (Red+Green+Blue) = 18+21+36=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #121524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121524 is #EDEADB. Grayscale: #151515. Windows color (decimal): -15592156 or 2364690. OLE color: 2364690.

HSL color Cylindrical-coordinate representation of color #121524: hue angle of 230º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121524 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB182136-
CMYK0.50.4200.86
HSL230º33.33%10.59%-
HSV(B)230º50%14.12%-
XYZ0.840.791.78-
YUV21.81136.01125.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 36 (14.45% from 255) = 48%
R=24%
G=28%
B=48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1821360.50.4200.8623033.3310.59
Hex121524322A056e621b
Octal222544625201263464113
Binary100101010110010011001010101001010110111001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121524; }

 p { color: rgb(18,21,36); }

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

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

 a { background-color: rgb(18,21,36); }

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

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

 span { border-color: rgb(18,21,36); }

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