Html Css Color HEX #121726 Black Russian

📋 copy color: '#121726'

red 18 ◦ green 23 ◦ blue 38

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

Shades of Black Russian #121726

Tints of Black Russian #121726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.11%

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

R = 22.78%
G = 29.11%
B = 48.1%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121726 (or 0x121726) is known color: Black Russian. HEX triplet: 12, 17 and 26. RGB value is (18,23,38). Sum of RGB (Red+Green+Blue) = 18+23+38=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #121726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121726 is #EDE8D9. Grayscale: #171717. Windows color (decimal): -15591642 or 2496274. OLE color: 2496274.

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

Color convert

RGB 18 23 38 -
CMYK 0.53 0.39 0 0.85
HSL 225º 0.36% 0.11% -
HSV(B) 225º 0.53% 0.15% -
XYZ 0.91 0.88 1.96 -
YUV 23.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 18 23 38 0.53 0.39 0 0.85 225 0.36 0.11
Hex 12 17 26 35 27 0 55 E1 24 B
Octal 22 27 46 65 47 0 125 341 44 13
Binary 10010 10111 100110 110101 100111 0 1010101 11100001 100100 1011

Color Harmonies of #121726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121726

Black with #121726

Text Example


Text Example

White with #121726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121726; }

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

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

background-color css

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

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

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

border-color css

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

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

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