#121530

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

Shades of Black Russian #121530

Tints of Black Russian #121530

Color information

#121530 (or 0x121530) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 30. RGB value is (18,21,48). Sum of RGB (Red+Green+Blue) = 18+21+48=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #121530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121530 is #EDEACF. Grayscale: #171717. Windows color (decimal): -15592144 or 3151122. OLE color: 3151122.

HSL color Cylindrical-coordinate representation of color #121530: hue angle of 234º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121530 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB182148-
CMYK0.630.5600.81
HSL234º45.45%12.94%-
HSV(B)234º62.5%18.82%-
XYZ1.050.882.91-
YUV23.18142.01124.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 48 (19.14% from 255) = 55.17%
R=20.69%
G=24.14%
B=55.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1821480.630.5600.8123445.4512.94
Hex1215303F38051ea2dd
Octal222560777001213525515
Binary100101010111000011111111100001010001111010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121530; }

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

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

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

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

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

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

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

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