Html Css Color HEX #121315 Black Russian

📋 copy color: '#121315'

red 18 ◦ green 19 ◦ blue 21

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

Shades of Black Russian #121315

Tints of Black Russian #121315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 36.21%

R = 31.03%
G = 32.76%
B = 36.21%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#121315 (or 0x121315) is known color: Black Russian. HEX triplet: 12, 13 and 15. RGB value is (18,19,21). Sum of RGB (Red+Green+Blue) = 18+19+21=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: blue. Hex color #121315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121315 is #EDECEA. Grayscale: #121212. Windows color (decimal): -15592683 or 1381138. OLE color: 1381138.

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

Color convert

RGB 18 19 21 -
CMYK 0.14 0.10 0 0.92
HSL 220º 0.08% 0.08% -
HSV(B) 220º 0.14% 0.08% -
XYZ 0.62 0.65 0.8 -
YUV 18.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 18 19 21 0.14 0.10 0 0.92 220 0.08 0.08
Hex 12 13 15 E A 0 5C DC 8 8
Octal 22 23 25 16 12 0 134 334 10 10
Binary 10010 10011 10101 1110 1010 0 1011100 11011100 1000 1000

Color Harmonies of #121315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121315

Black with #121315

Text Example


Text Example

White with #121315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121315; }

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

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

background-color css

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

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

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

border-color css

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

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

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