Html Css Color HEX #18143A Jaguar

📋 copy color: '#18143A'

red 24 ◦ green 20 ◦ blue 58

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

Shades of Jaguar #18143A

Tints of Jaguar #18143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 56.86%

R = 23.53%
G = 19.61%
B = 56.86%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18143A (or 0x18143A) is known color: Jaguar. HEX triplet: 18, 14 and 3A. RGB value is (24,20,58). Sum of RGB (Red+Green+Blue) = 24+20+58=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #18143A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18143A is #E7EBC5. Grayscale: #191919. Windows color (decimal): -15199174 or 3806232. OLE color: 3806232.

HSL color Cylindrical-coordinate representation of color #18143A: hue angle of 246.32º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18143A is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 20 58 -
CMYK 0.59 0.66 0 0.77
HSL 246.32º 0.49% 0.15% -
HSV(B) 246.32º 0.66% 0.23% -
XYZ 1.39 1 4.12 -
YUV 25.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 24 20 58 0.59 0.66 0 0.77 246.32 0.49 0.15
Hex 18 14 3A 3B 42 0 4D F6 31 F
Octal 30 24 72 73 102 0 115 366 61 17
Binary 11000 10100 111010 111011 1000010 0 1001101 11110110 110001 1111

Color Harmonies of #18143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18143A

Black with #18143A

Text Example


Text Example

White with #18143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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