Html Css Color HEX #181437 Jaguar

📋 copy color: '#181437'

red 24 ◦ green 20 ◦ blue 55

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

Shades of Jaguar #181437

Tints of Jaguar #181437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.2%

 BLUE value IS 55 (21.88% from 255) = 55.56%

R = 24.24%
G = 20.2%
B = 55.56%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#181437 (or 0x181437) is known color: Jaguar. HEX triplet: 18, 14 and 37. RGB value is (24,20,55). Sum of RGB (Red+Green+Blue) = 24+20+55=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #181437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181437 is #E7EBC8. Grayscale: #191919. Windows color (decimal): -15199177 or 3609624. OLE color: 3609624.

HSL color Cylindrical-coordinate representation of color #181437: hue angle of 246.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #181437 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 20 55 -
CMYK 0.56 0.64 0 0.78
HSL 246.86º 0.47% 0.15% -
HSV(B) 246.86º 0.64% 0.22% -
XYZ 1.32 0.97 3.73 -
YUV 25.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 24 20 55 0.56 0.64 0 0.78 246.86 0.47 0.15
Hex 18 14 37 38 40 0 4E F7 2F F
Octal 30 24 67 70 100 0 116 367 57 17
Binary 11000 10100 110111 111000 1000000 0 1001110 11110111 101111 1111

Color Harmonies of #181437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181437

Black with #181437

Text Example


Text Example

White with #181437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181437; }

 p { color: rgb(24,20,55); }

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

background-color css

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

 a { background-color: rgb(24,20,55); }

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

border-color css

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

 span { border-color: rgb(24,20,55); }

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