Html Css Color HEX #131318 Black Russian

📋 copy color: '#131318'

red 19 ◦ green 19 ◦ blue 24

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

Shades of Black Russian #131318

Tints of Black Russian #131318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 38.71%

R = 30.65%
G = 30.65%
B = 38.71%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131318 (or 0x131318) is known color: Black Russian. HEX triplet: 13, 13 and 18. RGB value is (19,19,24). Sum of RGB (Red+Green+Blue) = 19+19+24=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: blue. Hex color #131318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131318 is #ECECE7. Grayscale: #131313. Windows color (decimal): -15527144 or 1577747. OLE color: 1577747.

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

Color convert

RGB 19 19 24 -
CMYK 0.21 0.21 0 0.91
HSL 240º 0.12% 0.08% -
HSV(B) 240º 0.21% 0.09% -
XYZ 0.67 0.67 0.96 -
YUV 19.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 19 19 24 0.21 0.21 0 0.91 240 0.12 0.08
Hex 13 13 18 15 15 0 5B F0 C 8
Octal 23 23 30 25 25 0 133 360 14 10
Binary 10011 10011 11000 10101 10101 0 1011011 11110000 1100 1000

Color Harmonies of #131318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131318

Black with #131318

Text Example


Text Example

White with #131318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131318; }

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

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

background-color css

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

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

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

border-color css

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

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

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