Html Css Color HEX #121117 Black Russian

📋 copy color: '#121117'

red 18 ◦ green 17 ◦ blue 23

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

Shades of Black Russian #121117

Tints of Black Russian #121117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 39.66%

R = 31.03%
G = 29.31%
B = 39.66%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121117 (or 0x121117) is known color: Black Russian. HEX triplet: 12, 11 and 17. RGB value is (18,17,23). Sum of RGB (Red+Green+Blue) = 18+17+23=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #121117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121117 is #EDEEE8. Grayscale: #111111. Windows color (decimal): -15593193 or 1511698. OLE color: 1511698.

HSL color Cylindrical-coordinate representation of color #121117: hue angle of 250º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #121117 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 17 23 -
CMYK 0.22 0.26 0 0.91
HSL 250º 0.15% 0.08% -
HSV(B) 250º 0.26% 0.09% -
XYZ 0.6 0.59 0.89 -
YUV 17.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 18 17 23 0.22 0.26 0 0.91 250 0.15 0.08
Hex 12 11 17 16 1A 0 5B FA F 8
Octal 22 21 27 26 32 0 133 372 17 10
Binary 10010 10001 10111 10110 11010 0 1011011 11111010 1111 1000

Color Harmonies of #121117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121117

Black with #121117

Text Example


Text Example

White with #121117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121117; }

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

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

background-color css

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

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

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

border-color css

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

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

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