Html Css Color HEX #181525 Jaguar

📋 copy color: '#181525'

red 24 ◦ green 21 ◦ blue 37

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

Shades of Jaguar #181525

Tints of Jaguar #181525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 45.12%

R = 29.27%
G = 25.61%
B = 45.12%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#181525 (or 0x181525) is known color: Jaguar. HEX triplet: 18, 15 and 25. RGB value is (24,21,37). Sum of RGB (Red+Green+Blue) = 24+21+37=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #181525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181525 is #E7EADA. Grayscale: #171717. Windows color (decimal): -15198939 or 2430232. OLE color: 2430232.

HSL color Cylindrical-coordinate representation of color #181525: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #181525 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 21 37 -
CMYK 0.35 0.43 0 0.85
HSL 251.25º 0.28% 0.11% -
HSV(B) 251.25º 0.43% 0.15% -
XYZ 0.98 0.86 1.87 -
YUV 23.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 24 21 37 0.35 0.43 0 0.85 251.25 0.28 0.11
Hex 18 15 25 23 2B 0 55 FB 1C B
Octal 30 25 45 43 53 0 125 373 34 13
Binary 11000 10101 100101 100011 101011 0 1010101 11111011 11100 1011

Color Harmonies of #181525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181525

Black with #181525

Text Example


Text Example

White with #181525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181525; }

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

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

background-color css

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

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

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

border-color css

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

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

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