Html Css Color HEX #131426 Black Russian

📋 copy color: '#131426'

red 19 ◦ green 20 ◦ blue 38

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

Shades of Black Russian #131426

Tints of Black Russian #131426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

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

R = 24.68%
G = 25.97%
B = 49.35%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131426 (or 0x131426) is known color: Black Russian. HEX triplet: 13, 14 and 26. RGB value is (19,20,38). Sum of RGB (Red+Green+Blue) = 19+20+38=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #131426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131426 is #ECEBD9. Grayscale: #151515. Windows color (decimal): -15526874 or 2495507. OLE color: 2495507.

HSL color Cylindrical-coordinate representation of color #131426: hue angle of 236.84º 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 #131426 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 20 38 -
CMYK 0.50 0.47 0 0.85
HSL 236.84º 0.33% 0.11% -
HSV(B) 236.84º 0.5% 0.15% -
XYZ 0.87 0.78 1.94 -
YUV 21.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 19 20 38 0.50 0.47 0 0.85 236.84 0.33 0.11
Hex 13 14 26 32 2F 0 55 ED 21 B
Octal 23 24 46 62 57 0 125 355 41 13
Binary 10011 10100 100110 110010 101111 0 1010101 11101101 100001 1011

Color Harmonies of #131426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131426

Black with #131426

Text Example


Text Example

White with #131426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131426; }

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

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

background-color css

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

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

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

border-color css

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

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

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