Html Css Color HEX #131A27 Black Russian

📋 copy color: '#131A27'

red 19 ◦ green 26 ◦ blue 39

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

Shades of Black Russian #131A27

Tints of Black Russian #131A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.95%

 BLUE value IS 39 (15.63% from 255) = 46.43%

R = 22.62%
G = 30.95%
B = 46.43%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131A27 (or 0x131A27) is known color: Black Russian. HEX triplet: 13, 1A and 27. RGB value is (19,26,39). Sum of RGB (Red+Green+Blue) = 19+26+39=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #131A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A27 is #ECE5D8. Grayscale: #191919. Windows color (decimal): -15525337 or 2562579. OLE color: 2562579.

HSL color Cylindrical-coordinate representation of color #131A27: hue angle of 219º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #131A27 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 26 39 -
CMYK 0.51 0.33 0 0.85
HSL 219º 0.34% 0.11% -
HSV(B) 219º 0.51% 0.15% -
XYZ 1 1.02 2.06 -
YUV 25.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 19 26 39 0.51 0.33 0 0.85 219 0.34 0.11
Hex 13 1A 27 33 21 0 55 DB 22 B
Octal 23 32 47 63 41 0 125 333 42 13
Binary 10011 11010 100111 110011 100001 0 1010101 11011011 100010 1011

Color Harmonies of #131A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A27

Black with #131A27

Text Example


Text Example

White with #131A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131A27; }

 p { color: rgb(19,26,39); }

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

background-color css

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

 a { background-color: rgb(19,26,39); }

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

border-color css

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

 span { border-color: rgb(19,26,39); }

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