Html Css Color HEX #131626 Black Russian

📋 copy color: '#131626'

red 19 ◦ green 22 ◦ blue 38

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

Shades of Black Russian #131626

Tints of Black Russian #131626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.85%

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

R = 24.05%
G = 27.85%
B = 48.1%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131626 (or 0x131626) is known color: Black Russian. HEX triplet: 13, 16 and 26. RGB value is (19,22,38). Sum of RGB (Red+Green+Blue) = 19+22+38=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #131626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131626 is #ECE9D9. Grayscale: #161616. Windows color (decimal): -15526362 or 2496019. OLE color: 2496019.

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

Color convert

RGB 19 22 38 -
CMYK 0.50 0.42 0 0.85
HSL 230.53º 0.33% 0.11% -
HSV(B) 230.53º 0.5% 0.15% -
XYZ 0.91 0.85 1.95 -
YUV 22.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 19 22 38 0.50 0.42 0 0.85 230.53 0.33 0.11
Hex 13 16 26 32 2A 0 55 E7 21 B
Octal 23 26 46 62 52 0 125 347 41 13
Binary 10011 10110 100110 110010 101010 0 1010101 11100111 100001 1011

Color Harmonies of #131626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131626

Black with #131626

Text Example


Text Example

White with #131626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131626; }

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

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

background-color css

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

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

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

border-color css

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

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

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