Html Css Color HEX #121123 Black Russian

📋 copy color: '#121123'

red 18 ◦ green 17 ◦ blue 35

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

Shades of Black Russian #121123

Tints of Black Russian #121123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 50%

R = 25.71%
G = 24.29%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121123 (or 0x121123) is known color: Black Russian. HEX triplet: 12, 11 and 23. RGB value is (18,17,35). Sum of RGB (Red+Green+Blue) = 18+17+35=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #121123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121123 is #EDEEDC. Grayscale: #131313. Windows color (decimal): -15593181 or 2298130. OLE color: 2298130.

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

Color convert

RGB 18 17 35 -
CMYK 0.49 0.51 0 0.86
HSL 243.33º 0.35% 0.1% -
HSV(B) 243.33º 0.51% 0.14% -
XYZ 0.75 0.65 1.68 -
YUV 19.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 18 17 35 0.49 0.51 0 0.86 243.33 0.35 0.1
Hex 12 11 23 31 33 0 56 F3 23 A
Octal 22 21 43 61 63 0 126 363 43 12
Binary 10010 10001 100011 110001 110011 0 1010110 11110011 100011 1010

Color Harmonies of #121123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121123

Black with #121123

Text Example


Text Example

White with #121123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121123; }

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

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

background-color css

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

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

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

border-color css

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

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

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