Html Css Color HEX #18152E Jaguar

📋 copy color: '#18152E'

red 24 ◦ green 21 ◦ blue 46

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

Shades of Jaguar #18152E

Tints of Jaguar #18152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

 BLUE value IS 46 (18.36% from 255) = 50.55%

R = 26.37%
G = 23.08%
B = 50.55%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18152E (or 0x18152E) is known color: Jaguar. HEX triplet: 18, 15 and 2E. RGB value is (24,21,46). Sum of RGB (Red+Green+Blue) = 24+21+46=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #18152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152E is #E7EAD1. Grayscale: #181818. Windows color (decimal): -15198930 or 3020056. OLE color: 3020056.

HSL color Cylindrical-coordinate representation of color #18152E: hue angle of 247.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #18152E is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 21 46 -
CMYK 0.48 0.54 0 0.82
HSL 247.2º 0.37% 0.13% -
HSV(B) 247.2º 0.54% 0.18% -
XYZ 1.14 0.93 2.7 -
YUV 24.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 24 21 46 0.48 0.54 0 0.82 247.2 0.37 0.13
Hex 18 15 2E 30 36 0 52 F7 25 D
Octal 30 25 56 60 66 0 122 367 45 15
Binary 11000 10101 101110 110000 110110 0 1010010 11110111 100101 1101

Color Harmonies of #18152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18152E

Black with #18152E

Text Example


Text Example

White with #18152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18152E; }

 p { color: rgb(24,21,46); }

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

background-color css

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

 a { background-color: rgb(24,21,46); }

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

border-color css

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

 span { border-color: rgb(24,21,46); }

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