Html Css Color HEX #131126 Black Russian

📋 copy color: '#131126'

red 19 ◦ green 17 ◦ blue 38

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

Shades of Black Russian #131126

Tints of Black Russian #131126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.97%

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

R = 25.68%
G = 22.97%
B = 51.35%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131126 (or 0x131126) is known color: Black Russian. HEX triplet: 13, 11 and 26. RGB value is (19,17,38). Sum of RGB (Red+Green+Blue) = 19+17+38=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #131126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131126 is #ECEED9. Grayscale: #131313. Windows color (decimal): -15527642 or 2494739. OLE color: 2494739.

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

Color convert

RGB 19 17 38 -
CMYK 0.50 0.55 0 0.85
HSL 245.71º 0.38% 0.11% -
HSV(B) 245.71º 0.55% 0.15% -
XYZ 0.82 0.68 1.92 -
YUV 19.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 19 17 38 0.50 0.55 0 0.85 245.71 0.38 0.11
Hex 13 11 26 32 37 0 55 F6 26 B
Octal 23 21 46 62 67 0 125 366 46 13
Binary 10011 10001 100110 110010 110111 0 1010101 11110110 100110 1011

Color Harmonies of #131126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131126

Black with #131126

Text Example


Text Example

White with #131126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131126; }

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

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

background-color css

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

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

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

border-color css

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

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

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