Html Css Color HEX #181625 Jaguar

📋 copy color: '#181625'

red 24 ◦ green 22 ◦ blue 37

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

Shades of Jaguar #181625

Tints of Jaguar #181625

RGB

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

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

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

R = 28.92%
G = 26.51%
B = 44.58%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#181625 (or 0x181625) is known color: Jaguar. HEX triplet: 18, 16 and 25. RGB value is (24,22,37). Sum of RGB (Red+Green+Blue) = 24+22+37=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #181625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181625 is #E7E9DA. Grayscale: #181818. Windows color (decimal): -15198683 or 2430488. OLE color: 2430488.

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

Color convert

RGB 24 22 37 -
CMYK 0.35 0.41 0 0.85
HSL 248º 0.25% 0.12% -
HSV(B) 248º 0.41% 0.15% -
XYZ 1 0.9 1.87 -
YUV 24.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 24 22 37 0.35 0.41 0 0.85 248 0.25 0.12
Hex 18 16 25 23 29 0 55 F8 19 C
Octal 30 26 45 43 51 0 125 370 31 14
Binary 11000 10110 100101 100011 101001 0 1010101 11111000 11001 1100

Color Harmonies of #181625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181625

Black with #181625

Text Example


Text Example

White with #181625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181625; }

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

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

background-color css

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

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

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

border-color css

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

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

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