Html Css Color HEX #181526 Jaguar

📋 copy color: '#181526'

red 24 ◦ green 21 ◦ blue 38

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

Shades of Jaguar #181526

Tints of Jaguar #181526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 45.78%

R = 28.92%
G = 25.3%
B = 45.78%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#181526 (or 0x181526) is known color: Jaguar. HEX triplet: 18, 15 and 26. RGB value is (24,21,38). Sum of RGB (Red+Green+Blue) = 24+21+38=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #181526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181526 is #E7EAD9. Grayscale: #171717. Windows color (decimal): -15198938 or 2495768. OLE color: 2495768.

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

Color convert

RGB 24 21 38 -
CMYK 0.37 0.45 0 0.85
HSL 250.59º 0.29% 0.12% -
HSV(B) 250.59º 0.45% 0.15% -
XYZ 0.99 0.87 1.95 -
YUV 23.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 24 21 38 0.37 0.45 0 0.85 250.59 0.29 0.12
Hex 18 15 26 25 2D 0 55 FB 1D C
Octal 30 25 46 45 55 0 125 373 35 14
Binary 11000 10101 100110 100101 101101 0 1010101 11111011 11101 1100

Color Harmonies of #181526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181526

Black with #181526

Text Example


Text Example

White with #181526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181526; }

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

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

background-color css

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

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

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

border-color css

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

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

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