Html Css Color HEX #181629 Jaguar

📋 copy color: '#181629'

red 24 ◦ green 22 ◦ blue 41

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

Shades of Jaguar #181629

Tints of Jaguar #181629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.29%

 BLUE value IS 41 (16.41% from 255) = 47.13%

R = 27.59%
G = 25.29%
B = 47.13%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#181629 (or 0x181629) is known color: Jaguar. HEX triplet: 18, 16 and 29. RGB value is (24,22,41). Sum of RGB (Red+Green+Blue) = 24+22+41=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #181629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181629 is #E7E9D6. Grayscale: #181818. Windows color (decimal): -15198679 or 2692632. OLE color: 2692632.

HSL color Cylindrical-coordinate representation of color #181629: hue angle of 246.32º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #181629 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 22 41 -
CMYK 0.41 0.46 0 0.84
HSL 246.32º 0.3% 0.12% -
HSV(B) 246.32º 0.46% 0.16% -
XYZ 1.06 0.93 2.22 -
YUV 24.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 24 22 41 0.41 0.46 0 0.84 246.32 0.3 0.12
Hex 18 16 29 29 2E 0 54 F6 1E C
Octal 30 26 51 51 56 0 124 366 36 14
Binary 11000 10110 101001 101001 101110 0 1010100 11110110 11110 1100

Color Harmonies of #181629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181629

Black with #181629

Text Example


Text Example

White with #181629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181629; }

 p { color: rgb(24,22,41); }

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

background-color css

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

 a { background-color: rgb(24,22,41); }

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

border-color css

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

 span { border-color: rgb(24,22,41); }

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