Html Css Color HEX #131323 Black Russian

📋 copy color: '#131323'

red 19 ◦ green 19 ◦ blue 35

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

Shades of Black Russian #131323

Tints of Black Russian #131323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 47.95%

R = 26.03%
G = 26.03%
B = 47.95%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131323 (or 0x131323) is known color: Black Russian. HEX triplet: 13, 13 and 23. RGB value is (19,19,35). Sum of RGB (Red+Green+Blue) = 19+19+35=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #131323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131323 is #ECECDC. Grayscale: #141414. Windows color (decimal): -15527133 or 2298643. OLE color: 2298643.

HSL color Cylindrical-coordinate representation of color #131323: hue angle of 240º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #131323 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 19 35 -
CMYK 0.46 0.46 0 0.86
HSL 240º 0.3% 0.11% -
HSV(B) 240º 0.46% 0.14% -
XYZ 0.8 0.73 1.69 -
YUV 20.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 19 19 35 0.46 0.46 0 0.86 240 0.3 0.11
Hex 13 13 23 2E 2E 0 56 F0 1E B
Octal 23 23 43 56 56 0 126 360 36 13
Binary 10011 10011 100011 101110 101110 0 1010110 11110000 11110 1011

Color Harmonies of #131323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131323

Black with #131323

Text Example


Text Example

White with #131323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131323; }

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

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

background-color css

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

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

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

border-color css

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

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

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