Html Css Color HEX #121126 Black Russian

📋 copy color: '#121126'

red 18 ◦ green 17 ◦ blue 38

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

Shades of Black Russian #121126

Tints of Black Russian #121126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 52.05%

R = 24.66%
G = 23.29%
B = 52.05%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121126 (or 0x121126) is known color: Black Russian. HEX triplet: 12, 11 and 26. RGB value is (18,17,38). Sum of RGB (Red+Green+Blue) = 18+17+38=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #121126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121126 is #EDEED9. Grayscale: #131313. Windows color (decimal): -15593178 or 2494738. OLE color: 2494738.

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

Color convert

RGB 18 17 38 -
CMYK 0.53 0.55 0 0.85
HSL 242.86º 0.38% 0.11% -
HSV(B) 242.86º 0.55% 0.15% -
XYZ 0.8 0.67 1.92 -
YUV 19.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 18 17 38 0.53 0.55 0 0.85 242.86 0.38 0.11
Hex 12 11 26 35 37 0 55 F3 26 B
Octal 22 21 46 65 67 0 125 363 46 13
Binary 10010 10001 100110 110101 110111 0 1010101 11110011 100110 1011

Color Harmonies of #121126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121126

Black with #121126

Text Example


Text Example

White with #121126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121126; }

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

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

background-color css

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

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

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

border-color css

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

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

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