Html Css Color HEX #181439 Jaguar

📋 copy color: '#181439'

red 24 ◦ green 20 ◦ blue 57

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

Shades of Jaguar #181439

Tints of Jaguar #181439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 56.44%

R = 23.76%
G = 19.8%
B = 56.44%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#181439 (or 0x181439) is known color: Jaguar. HEX triplet: 18, 14 and 39. RGB value is (24,20,57). Sum of RGB (Red+Green+Blue) = 24+20+57=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #181439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181439 is #E7EBC6. Grayscale: #191919. Windows color (decimal): -15199175 or 3740696. OLE color: 3740696.

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

Color convert

RGB 24 20 57 -
CMYK 0.58 0.65 0 0.78
HSL 246.49º 0.48% 0.15% -
HSV(B) 246.49º 0.65% 0.22% -
XYZ 1.37 0.99 3.99 -
YUV 25.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 24 20 57 0.58 0.65 0 0.78 246.49 0.48 0.15
Hex 18 14 39 3A 41 0 4E F6 30 F
Octal 30 24 71 72 101 0 116 366 60 17
Binary 11000 10100 111001 111010 1000001 0 1001110 11110110 110000 1111

Color Harmonies of #181439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181439

Black with #181439

Text Example


Text Example

White with #181439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181439; }

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

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

background-color css

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

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

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

border-color css

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

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

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