Html Css Color HEX #181628 Jaguar

📋 copy color: '#181628'

red 24 ◦ green 22 ◦ blue 40

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

Shades of Jaguar #181628

Tints of Jaguar #181628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 46.51%

R = 27.91%
G = 25.58%
B = 46.51%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#181628 (or 0x181628) is known color: Jaguar. HEX triplet: 18, 16 and 28. RGB value is (24,22,40). Sum of RGB (Red+Green+Blue) = 24+22+40=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #181628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181628 is #E7E9D7. Grayscale: #181818. Windows color (decimal): -15198680 or 2627096. OLE color: 2627096.

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

Color convert

RGB 24 22 40 -
CMYK 0.40 0.45 0 0.84
HSL 246.67º 0.29% 0.12% -
HSV(B) 246.67º 0.45% 0.16% -
XYZ 1.05 0.92 2.13 -
YUV 24.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 24 22 40 0.40 0.45 0 0.84 246.67 0.29 0.12
Hex 18 16 28 28 2D 0 54 F7 1D C
Octal 30 26 50 50 55 0 124 367 35 14
Binary 11000 10110 101000 101000 101101 0 1010100 11110111 11101 1100

Color Harmonies of #181628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181628

Black with #181628

Text Example


Text Example

White with #181628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181628; }

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

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

background-color css

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

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

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

border-color css

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

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

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