Html Css Color HEX #121524 Black Russian

📋 copy color: '#121524'

red 18 ◦ green 21 ◦ blue 36

#121524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #121524

Tints of Black Russian #121524

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 value IS 0.5

 M value IS 0.42

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121524 (or 0x121524) is known color: 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

RGB 18 21 36 -
CMYK 0.5 0.42 0 0.86
HSL 230º 0.33% 0.11% -
HSV(B) 230º 0.5% 0.14% -
XYZ 0.84 0.79 1.78 -
YUV 21.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 18 21 36 0.5 0.42 0 0.86 230 0.33 0.11
Hex 12 15 24 32 2A 0 56 E6 21 B
Octal 22 25 44 62 52 0 126 346 41 13
Binary 10010 10101 100100 110010 101010 0 1010110 11100110 100001 1011

Color Harmonies of #121524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121524

Black with #121524

Text Example


Text Example

White with #121524

Text Example


Text Example

HTML Codes & Css Web 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>