Html Css Color HEX #181438 Jaguar

📋 copy color: '#181438'

red 24 ◦ green 20 ◦ blue 56

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

Shades of Jaguar #181438

Tints of Jaguar #181438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 56%

R = 24%
G = 20%
B = 56%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#181438 (or 0x181438) is known color: Jaguar. HEX triplet: 18, 14 and 38. RGB value is (24,20,56). Sum of RGB (Red+Green+Blue) = 24+20+56=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #181438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181438 is #E7EBC7. Grayscale: #191919. Windows color (decimal): -15199176 or 3675160. OLE color: 3675160.

HSL color Cylindrical-coordinate representation of color #181438: hue angle of 246.67º 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 #181438 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 20 56 -
CMYK 0.57 0.64 0 0.78
HSL 246.67º 0.47% 0.15% -
HSV(B) 246.67º 0.64% 0.22% -
XYZ 1.34 0.98 3.86 -
YUV 25.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 24 20 56 0.57 0.64 0 0.78 246.67 0.47 0.15
Hex 18 14 38 39 40 0 4E F7 2F F
Octal 30 24 70 71 100 0 116 367 57 17
Binary 11000 10100 111000 111001 1000000 0 1001110 11110111 101111 1111

Color Harmonies of #181438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181438

Black with #181438

Text Example


Text Example

White with #181438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181438; }

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

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

background-color css

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

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

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

border-color css

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

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

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