Html Css Color HEX #18142B Jaguar

📋 copy color: '#18142B'

red 24 ◦ green 20 ◦ blue 43

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

Shades of Jaguar #18142B

Tints of Jaguar #18142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 49.43%

R = 27.59%
G = 22.99%
B = 49.43%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#18142B (or 0x18142B) is known color: Jaguar. HEX triplet: 18, 14 and 2B. RGB value is (24,20,43). Sum of RGB (Red+Green+Blue) = 24+20+43=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #18142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18142B is #E7EBD4. Grayscale: #171717. Windows color (decimal): -15199189 or 2823192. OLE color: 2823192.

HSL color Cylindrical-coordinate representation of color #18142B: hue angle of 250.43º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18142B is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 24 20 43 -
CMYK 0.44 0.53 0 0.83
HSL 250.43º 0.37% 0.12% -
HSV(B) 250.43º 0.53% 0.17% -
XYZ 1.06 0.87 2.4 -
YUV 23.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 24 20 43 0.44 0.53 0 0.83 250.43 0.37 0.12
Hex 18 14 2B 2C 35 0 53 FA 25 C
Octal 30 24 53 54 65 0 123 372 45 14
Binary 11000 10100 101011 101100 110101 0 1010011 11111010 100101 1100

Color Harmonies of #18142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18142B

Black with #18142B

Text Example


Text Example

White with #18142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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