#121525

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

Shades of Black Russian #121525

Tints of Black Russian #121525

Color information

#121525 (or 0x121525) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 25. RGB value is (18,21,37). Sum of RGB (Red+Green+Blue) = 18+21+37=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #121525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121525 is #EDEADA. Grayscale: #151515. Windows color (decimal): -15592155 or 2430226. OLE color: 2430226.

HSL color Cylindrical-coordinate representation of color #121525: hue angle of 230.53º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #121525 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB182137-
CMYK0.510.4300.85
HSL230.53º34.55%10.78%-
HSV(B)230.53º51.35%14.51%-
XYZ0.850.81.86-
YUV21.93136.51125.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=23.68%
G=27.63%
B=48.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1821370.510.4300.85230.5334.5510.78
Hex121525332B055e723b
Octal222545635301253474313
Binary100101010110010111001110101101010101111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121525; }

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

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

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

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

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

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

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

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