Html Css Color HEX #131526 Black Russian

📋 copy color: '#131526'

red 19 ◦ green 21 ◦ blue 38

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

Shades of Black Russian #131526

Tints of Black Russian #131526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

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

R = 24.36%
G = 26.92%
B = 48.72%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131526 (or 0x131526) is known color: Black Russian. HEX triplet: 13, 15 and 26. RGB value is (19,21,38). Sum of RGB (Red+Green+Blue) = 19+21+38=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #131526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131526 is #ECEAD9. Grayscale: #161616. Windows color (decimal): -15526618 or 2495763. OLE color: 2495763.

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

Color convert

RGB 19 21 38 -
CMYK 0.50 0.45 0 0.85
HSL 233.68º 0.33% 0.11% -
HSV(B) 233.68º 0.5% 0.15% -
XYZ 0.89 0.81 1.94 -
YUV 22.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 19 21 38 0.50 0.45 0 0.85 233.68 0.33 0.11
Hex 13 15 26 32 2D 0 55 EA 21 B
Octal 23 25 46 62 55 0 125 352 41 13
Binary 10011 10101 100110 110010 101101 0 1010101 11101010 100001 1011

Color Harmonies of #131526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131526

Black with #131526

Text Example


Text Example

White with #131526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131526; }

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

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

background-color css

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

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

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

border-color css

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

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

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