Html Css Color HEX #131326 Black Russian

📋 copy color: '#131326'

red 19 ◦ green 19 ◦ blue 38

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

Shades of Black Russian #131326

Tints of Black Russian #131326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131326 (or 0x131326) is known color: Black Russian. HEX triplet: 13, 13 and 26. RGB value is (19,19,38). Sum of RGB (Red+Green+Blue) = 19+19+38=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #131326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131326 is #ECECD9. Grayscale: #151515. Windows color (decimal): -15527130 or 2495251. OLE color: 2495251.

HSL color Cylindrical-coordinate representation of color #131326: hue angle of 240º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131326 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 19 38 -
CMYK 0.50 0.50 0 0.85
HSL 240º 0.33% 0.11% -
HSV(B) 240º 0.5% 0.15% -
XYZ 0.85 0.74 1.93 -
YUV 21.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 19 19 38 0.50 0.50 0 0.85 240 0.33 0.11
Hex 13 13 26 32 32 0 55 F0 21 B
Octal 23 23 46 62 62 0 125 360 41 13
Binary 10011 10011 100110 110010 110010 0 1010101 11110000 100001 1011

Color Harmonies of #131326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131326

Black with #131326

Text Example


Text Example

White with #131326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131326; }

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

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

background-color css

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

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

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

border-color css

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

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

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