Html Css Color HEX #18152F Jaguar

📋 copy color: '#18152F'

red 24 ◦ green 21 ◦ blue 47

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

Shades of Jaguar #18152F

Tints of Jaguar #18152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 51.09%

R = 26.09%
G = 22.83%
B = 51.09%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18152F (or 0x18152F) is known color: Jaguar. HEX triplet: 18, 15 and 2F. RGB value is (24,21,47). Sum of RGB (Red+Green+Blue) = 24+21+47=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #18152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152F is #E7EAD0. Grayscale: #181818. Windows color (decimal): -15198929 or 3085592. OLE color: 3085592.

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

Color convert

RGB 24 21 47 -
CMYK 0.49 0.55 0 0.82
HSL 246.92º 0.38% 0.13% -
HSV(B) 246.92º 0.55% 0.18% -
XYZ 1.16 0.94 2.81 -
YUV 24.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 24 21 47 0.49 0.55 0 0.82 246.92 0.38 0.13
Hex 18 15 2F 31 37 0 52 F7 26 D
Octal 30 25 57 61 67 0 122 367 46 15
Binary 11000 10101 101111 110001 110111 0 1010010 11110111 100110 1101

Color Harmonies of #18152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18152F

Black with #18152F

Text Example


Text Example

White with #18152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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