Html Css Color HEX #181534 Jaguar

📋 copy color: '#181534'

red 24 ◦ green 21 ◦ blue 52

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

Shades of Jaguar #181534

Tints of Jaguar #181534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 53.61%

R = 24.74%
G = 21.65%
B = 53.61%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#181534 (or 0x181534) is known color: Jaguar. HEX triplet: 18, 15 and 34. RGB value is (24,21,52). Sum of RGB (Red+Green+Blue) = 24+21+52=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #181534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181534 is #E7EACB. Grayscale: #191919. Windows color (decimal): -15198924 or 3413272. OLE color: 3413272.

HSL color Cylindrical-coordinate representation of color #181534: hue angle of 245.81º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #181534 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 21 52 -
CMYK 0.54 0.60 0 0.80
HSL 245.81º 0.42% 0.14% -
HSV(B) 245.81º 0.6% 0.2% -
XYZ 1.26 0.98 3.37 -
YUV 25.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 24 21 52 0.54 0.60 0 0.80 245.81 0.42 0.14
Hex 18 15 34 36 3C 0 50 F6 2A E
Octal 30 25 64 66 74 0 120 366 52 16
Binary 11000 10101 110100 110110 111100 0 1010000 11110110 101010 1110

Color Harmonies of #181534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181534

Black with #181534

Text Example


Text Example

White with #181534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181534; }

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

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

background-color css

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

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

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

border-color css

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

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

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