Html Css Color HEX #130E2D Jaguar

📋 copy color: '#130E2D'

red 19 ◦ green 14 ◦ blue 45

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

Shades of Jaguar #130E2D

Tints of Jaguar #130E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.95%

 BLUE value IS 45 (17.97% from 255) = 57.69%

R = 24.36%
G = 17.95%
B = 57.69%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#130E2D (or 0x130E2D) is known color: Jaguar. HEX triplet: 13, 0E and 2D. RGB value is (19,14,45). Sum of RGB (Red+Green+Blue) = 19+14+45=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #130E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E2D is #ECF1D2. Grayscale: #121212. Windows color (decimal): -15528403 or 2952723. OLE color: 2952723.

HSL color Cylindrical-coordinate representation of color #130E2D: hue angle of 249.68º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #130E2D is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 14 45 -
CMYK 0.58 0.69 0 0.82
HSL 249.68º 0.53% 0.12% -
HSV(B) 249.68º 0.69% 0.18% -
XYZ 0.9 0.64 2.56 -
YUV 19.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 19 14 45 0.58 0.69 0 0.82 249.68 0.53 0.12
Hex 13 E 2D 3A 45 0 52 FA 35 C
Octal 23 16 55 72 105 0 122 372 65 14
Binary 10011 1110 101101 111010 1000101 0 1010010 11111010 110101 1100

Color Harmonies of #130E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E2D

Black with #130E2D

Text Example


Text Example

White with #130E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,14,45); }

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

background-color css

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

 a { background-color: rgb(19,14,45); }

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

border-color css

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

 span { border-color: rgb(19,14,45); }

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