Html Css Color HEX #130731 Tolopea

📋 copy color: '#130731'

red 19 ◦ green 7 ◦ blue 49

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

Shades of Tolopea #130731

Tints of Tolopea #130731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.33%

 BLUE value IS 49 (19.53% from 255) = 65.33%

R = 25.33%
G = 9.33%
B = 65.33%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130731 (or 0x130731) is known color: Tolopea. HEX triplet: 13, 07 and 31. RGB value is (19,7,49). Sum of RGB (Red+Green+Blue) = 19+7+49=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #130731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130731 is #ECF8CE. Grayscale: #0F0F0F. Windows color (decimal): -15530191 or 3213075. OLE color: 3213075.

HSL color Cylindrical-coordinate representation of color #130731: hue angle of 257.14º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130731 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 7 49 -
CMYK 0.61 0.86 0 0.81
HSL 257.14º 0.75% 0.11% -
HSV(B) 257.14º 0.86% 0.19% -
XYZ 0.9 0.51 2.96 -
YUV 15.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 19 7 49 0.61 0.86 0 0.81 257.14 0.75 0.11
Hex 13 7 31 3D 56 0 51 101 4B B
Octal 23 7 61 75 126 0 121 401 113 13
Binary 10011 111 110001 111101 1010110 0 1010001 100000001 1001011 1011

Color Harmonies of #130731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130731

Black with #130731

Text Example


Text Example

White with #130731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130731; }

 p { color: rgb(19,7,49); }

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

background-color css

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

 a { background-color: rgb(19,7,49); }

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

border-color css

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

 span { border-color: rgb(19,7,49); }

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