Html Css Color HEX #131026 Black Russian

📋 copy color: '#131026'

red 19 ◦ green 16 ◦ blue 38

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

Shades of Black Russian #131026

Tints of Black Russian #131026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.92%

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

R = 26.03%
G = 21.92%
B = 52.05%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131026 (or 0x131026) is known color: Black Russian. HEX triplet: 13, 10 and 26. RGB value is (19,16,38). Sum of RGB (Red+Green+Blue) = 19+16+38=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #131026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131026 is #ECEFD9. Grayscale: #131313. Windows color (decimal): -15527898 or 2494483. OLE color: 2494483.

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

Color convert

RGB 19 16 38 -
CMYK 0.50 0.58 0 0.85
HSL 248.18º 0.41% 0.11% -
HSV(B) 248.18º 0.58% 0.15% -
XYZ 0.8 0.65 1.92 -
YUV 19.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 19 16 38 0.50 0.58 0 0.85 248.18 0.41 0.11
Hex 13 10 26 32 3A 0 55 F8 29 B
Octal 23 20 46 62 72 0 125 370 51 13
Binary 10011 10000 100110 110010 111010 0 1010101 11111000 101001 1011

Color Harmonies of #131026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131026

Black with #131026

Text Example


Text Example

White with #131026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131026; }

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

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

background-color css

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

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

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

border-color css

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

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

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