Html Css Color HEX #121124 Black Russian

📋 copy color: '#121124'

red 18 ◦ green 17 ◦ blue 36

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

Shades of Black Russian #121124

Tints of Black Russian #121124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.94%

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

R = 25.35%
G = 23.94%
B = 50.7%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121124 (or 0x121124) is known color: Black Russian. HEX triplet: 12, 11 and 24. RGB value is (18,17,36). Sum of RGB (Red+Green+Blue) = 18+17+36=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #121124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121124 is #EDEEDB. Grayscale: #131313. Windows color (decimal): -15593180 or 2363666. OLE color: 2363666.

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

Color convert

RGB 18 17 36 -
CMYK 0.5 0.53 0 0.86
HSL 243.16º 0.36% 0.1% -
HSV(B) 243.16º 0.53% 0.14% -
XYZ 0.77 0.66 1.76 -
YUV 19.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 18 17 36 0.5 0.53 0 0.86 243.16 0.36 0.1
Hex 12 11 24 32 35 0 56 F3 24 A
Octal 22 21 44 62 65 0 126 363 44 12
Binary 10010 10001 100100 110010 110101 0 1010110 11110011 100100 1010

Color Harmonies of #121124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121124

Black with #121124

Text Example


Text Example

White with #121124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121124; }

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

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

background-color css

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

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

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

border-color css

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

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

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