Html Css Color HEX #131315 Black Russian

📋 copy color: '#131315'

red 19 ◦ green 19 ◦ blue 21

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

Shades of Black Russian #131315

Tints of Black Russian #131315

RGB

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

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

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

R = 32.2%
G = 32.2%
B = 35.59%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131315 (or 0x131315) is known color: Black Russian. HEX triplet: 13, 13 and 15. RGB value is (19,19,21). Sum of RGB (Red+Green+Blue) = 19+19+21=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 21 - color contains mainly: blue. Hex color #131315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131315 is #ECECEA. Grayscale: #131313. Windows color (decimal): -15527147 or 1381139. OLE color: 1381139.

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

Color convert

RGB 19 19 21 -
CMYK 0.10 0.10 0 0.92
HSL 240º 0.05% 0.08% -
HSV(B) 240º 0.1% 0.08% -
XYZ 0.64 0.66 0.8 -
YUV 19.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 19 19 21 0.10 0.10 0 0.92 240 0.05 0.08
Hex 13 13 15 A A 0 5C F0 5 8
Octal 23 23 25 12 12 0 134 360 5 10
Binary 10011 10011 10101 1010 1010 0 1011100 11110000 101 1000

Color Harmonies of #131315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131315

Black with #131315

Text Example


Text Example

White with #131315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131315; }

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

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

background-color css

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

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

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

border-color css

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

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

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