Html Css Color HEX #181431 Jaguar

📋 copy color: '#181431'

red 24 ◦ green 20 ◦ blue 49

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

Shades of Jaguar #181431

Tints of Jaguar #181431

RGB

 RED value IS 24 (9.77% from 255) = 25.81%

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 25.81%
G = 21.51%
B = 52.69%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#181431 (or 0x181431) is known color: Jaguar. HEX triplet: 18, 14 and 31. RGB value is (24,20,49). Sum of RGB (Red+Green+Blue) = 24+20+49=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #181431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181431 is #E7EBCE. Grayscale: #181818. Windows color (decimal): -15199183 or 3216408. OLE color: 3216408.

HSL color Cylindrical-coordinate representation of color #181431: hue angle of 248.28º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #181431 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 20 49 -
CMYK 0.51 0.59 0 0.81
HSL 248.28º 0.42% 0.14% -
HSV(B) 248.28º 0.59% 0.19% -
XYZ 1.18 0.92 3.02 -
YUV 24.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 24 20 49 0.51 0.59 0 0.81 248.28 0.42 0.14
Hex 18 14 31 33 3B 0 51 F8 2A E
Octal 30 24 61 63 73 0 121 370 52 16
Binary 11000 10100 110001 110011 111011 0 1010001 11111000 101010 1110

Color Harmonies of #181431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181431

Black with #181431

Text Example


Text Example

White with #181431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181431; }

 p { color: rgb(24,20,49); }

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

background-color css

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

 a { background-color: rgb(24,20,49); }

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

border-color css

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

 span { border-color: rgb(24,20,49); }

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