Html Css Color HEX #13131E Black Russian

📋 copy color: '#13131E'

red 19 ◦ green 19 ◦ blue 30

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

Shades of Black Russian #13131E

Tints of Black Russian #13131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 44.12%

R = 27.94%
G = 27.94%
B = 44.12%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13131E (or 0x13131E) is known color: Black Russian. HEX triplet: 13, 13 and 1E. RGB value is (19,19,30). Sum of RGB (Red+Green+Blue) = 19+19+30=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #13131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131E is #ECECE1. Grayscale: #141414. Windows color (decimal): -15527138 or 1970963. OLE color: 1970963.

HSL color Cylindrical-coordinate representation of color #13131E: hue angle of 240º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #13131E is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 19 30 -
CMYK 0.37 0.37 0 0.88
HSL 240º 0.22% 0.1% -
HSV(B) 240º 0.37% 0.12% -
XYZ 0.74 0.7 1.32 -
YUV 20.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 19 19 30 0.37 0.37 0 0.88 240 0.22 0.1
Hex 13 13 1E 25 25 0 58 F0 16 A
Octal 23 23 36 45 45 0 130 360 26 12
Binary 10011 10011 11110 100101 100101 0 1011000 11110000 10110 1010

Color Harmonies of #13131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13131E

Black with #13131E

Text Example


Text Example

White with #13131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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