Html Css Color HEX #121316 Black Russian

📋 copy color: '#121316'

red 18 ◦ green 19 ◦ blue 22

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

Shades of Black Russian #121316

Tints of Black Russian #121316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.2%

 BLUE value IS 22 (8.98% from 255) = 37.29%

R = 30.51%
G = 32.2%
B = 37.29%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121316 (or 0x121316) is known color: Black Russian. HEX triplet: 12, 13 and 16. RGB value is (18,19,22). Sum of RGB (Red+Green+Blue) = 18+19+22=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #121316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121316 is #EDECE9. Grayscale: #131313. Windows color (decimal): -15592682 or 1446674. OLE color: 1446674.

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

Color convert

RGB 18 19 22 -
CMYK 0.18 0.14 0 0.91
HSL 225º 0.1% 0.08% -
HSV(B) 225º 0.18% 0.09% -
XYZ 0.63 0.65 0.85 -
YUV 19.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 18 19 22 0.18 0.14 0 0.91 225 0.1 0.08
Hex 12 13 16 12 E 0 5B E1 A 8
Octal 22 23 26 22 16 0 133 341 12 10
Binary 10010 10011 10110 10010 1110 0 1011011 11100001 1010 1000

Color Harmonies of #121316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121316

Black with #121316

Text Example


Text Example

White with #121316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121316; }

 p { color: rgb(18,19,22); }

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

background-color css

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

 a { background-color: rgb(18,19,22); }

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

border-color css

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

 span { border-color: rgb(18,19,22); }

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