Html Css Color HEX #181621 Jaguar

📋 copy color: '#181621'

red 24 ◦ green 22 ◦ blue 33

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

Shades of Jaguar #181621

Tints of Jaguar #181621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 41.77%

R = 30.38%
G = 27.85%
B = 41.77%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181621 (or 0x181621) is known color: Jaguar. HEX triplet: 18, 16 and 21. RGB value is (24,22,33). Sum of RGB (Red+Green+Blue) = 24+22+33=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 33 - color contains mainly: blue. Hex color #181621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181621 is #E7E9DE. Grayscale: #171717. Windows color (decimal): -15198687 or 2168344. OLE color: 2168344.

HSL color Cylindrical-coordinate representation of color #181621: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181621 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 22 33 -
CMYK 0.27 0.33 0 0.87
HSL 250.91º 0.2% 0.11% -
HSV(B) 250.91º 0.33% 0.13% -
XYZ 0.94 0.88 1.56 -
YUV 23.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 24 22 33 0.27 0.33 0 0.87 250.91 0.2 0.11
Hex 18 16 21 1B 21 0 57 FB 14 B
Octal 30 26 41 33 41 0 127 373 24 13
Binary 11000 10110 100001 11011 100001 0 1010111 11111011 10100 1011

Color Harmonies of #181621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181621

Black with #181621

Text Example


Text Example

White with #181621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181621; }

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

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

background-color css

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

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

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

border-color css

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

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

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