Html Css Color HEX #121224 Black Russian

📋 copy color: '#121224'

red 18 ◦ green 18 ◦ blue 36

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

Shades of Black Russian #121224

Tints of Black Russian #121224

RGB

 RED value IS 18 (7.42% from 255) = 25%

 GREEN value IS 18 (7.42% from 255) = 25%

 BLUE value IS 36 (14.45% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121224 (or 0x121224) is known color: Black Russian. HEX triplet: 12, 12 and 24. RGB value is (18,18,36). Sum of RGB (Red+Green+Blue) = 18+18+36=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #121224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121224 is #EDEDDB. Grayscale: #131313. Windows color (decimal): -15592924 or 2363922. OLE color: 2363922.

HSL color Cylindrical-coordinate representation of color #121224: hue angle of 240º 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 #121224 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 18 36 -
CMYK 0.5 0.5 0 0.86
HSL 240º 0.33% 0.11% -
HSV(B) 240º 0.5% 0.14% -
XYZ 0.78 0.69 1.76 -
YUV 20.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 18 18 36 0.5 0.5 0 0.86 240 0.33 0.11
Hex 12 12 24 32 32 0 56 F0 21 B
Octal 22 22 44 62 62 0 126 360 41 13
Binary 10010 10010 100100 110010 110010 0 1010110 11110000 100001 1011

Color Harmonies of #121224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121224

Black with #121224

Text Example


Text Example

White with #121224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121224; }

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

 H1.HeaderClassName
 {
   color: #121224;
 }
 .AnyTagClassName
 {
   color: #121224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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