Html Css Color HEX #130F31 Jaguar

📋 copy color: '#130F31'

red 19 ◦ green 15 ◦ blue 49

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

Shades of Jaguar #130F31

Tints of Jaguar #130F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.07%

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

R = 22.89%
G = 18.07%
B = 59.04%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130F31 (or 0x130F31) is known color: Jaguar. HEX triplet: 13, 0F and 31. RGB value is (19,15,49). Sum of RGB (Red+Green+Blue) = 19+15+49=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #130F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F31 is #ECF0CE. Grayscale: #131313. Windows color (decimal): -15528143 or 3215123. OLE color: 3215123.

HSL color Cylindrical-coordinate representation of color #130F31: hue angle of 247.06º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #130F31 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 15 49 -
CMYK 0.61 0.69 0 0.81
HSL 247.06º 0.53% 0.13% -
HSV(B) 247.06º 0.69% 0.19% -
XYZ 0.99 0.7 2.99 -
YUV 20.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 19 15 49 0.61 0.69 0 0.81 247.06 0.53 0.13
Hex 13 F 31 3D 45 0 51 F7 35 D
Octal 23 17 61 75 105 0 121 367 65 15
Binary 10011 1111 110001 111101 1000101 0 1010001 11110111 110101 1101

Color Harmonies of #130F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F31

Black with #130F31

Text Example


Text Example

White with #130F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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