Html Css Color HEX #130F24 Jaguar

📋 copy color: '#130F24'

red 19 ◦ green 15 ◦ blue 36

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

Shades of Jaguar #130F24

Tints of Jaguar #130F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 51.43%

R = 27.14%
G = 21.43%
B = 51.43%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130F24 (or 0x130F24) is known color: Jaguar. HEX triplet: 13, 0F and 24. RGB value is (19,15,36). Sum of RGB (Red+Green+Blue) = 19+15+36=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #130F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F24 is #ECF0DB. Grayscale: #121212. Windows color (decimal): -15528156 or 2363155. OLE color: 2363155.

HSL color Cylindrical-coordinate representation of color #130F24: hue angle of 251.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #130F24 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 15 36 -
CMYK 0.47 0.58 0 0.86
HSL 251.43º 0.41% 0.1% -
HSV(B) 251.43º 0.58% 0.14% -
XYZ 0.76 0.61 1.75 -
YUV 18.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 19 15 36 0.47 0.58 0 0.86 251.43 0.41 0.1
Hex 13 F 24 2F 3A 0 56 FB 29 A
Octal 23 17 44 57 72 0 126 373 51 12
Binary 10011 1111 100100 101111 111010 0 1010110 11111011 101001 1010

Color Harmonies of #130F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F24

Black with #130F24

Text Example


Text Example

White with #130F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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