Html Css Color HEX #131024 Jaguar

📋 copy color: '#131024'

red 19 ◦ green 16 ◦ blue 36

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

Shades of Jaguar #131024

Tints of Jaguar #131024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.54%

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

R = 26.76%
G = 22.54%
B = 50.7%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131024 (or 0x131024) is known color: Jaguar. HEX triplet: 13, 10 and 24. RGB value is (19,16,36). Sum of RGB (Red+Green+Blue) = 19+16+36=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #131024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131024 is #ECEFDB. Grayscale: #131313. Windows color (decimal): -15527900 or 2363411. OLE color: 2363411.

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

Color convert

RGB 19 16 36 -
CMYK 0.47 0.56 0 0.86
HSL 249º 0.38% 0.1% -
HSV(B) 249º 0.56% 0.14% -
XYZ 0.77 0.64 1.75 -
YUV 19.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 19 16 36 0.47 0.56 0 0.86 249 0.38 0.1
Hex 13 10 24 2F 38 0 56 F9 26 A
Octal 23 20 44 57 70 0 126 371 46 12
Binary 10011 10000 100100 101111 111000 0 1010110 11111001 100110 1010

Color Harmonies of #131024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131024

Black with #131024

Text Example


Text Example

White with #131024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131024; }

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

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

background-color css

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

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

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

border-color css

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

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

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