Html Css Color HEX #181435 Jaguar

📋 copy color: '#181435'

red 24 ◦ green 20 ◦ blue 53

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

Shades of Jaguar #181435

Tints of Jaguar #181435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 54.64%

R = 24.74%
G = 20.62%
B = 54.64%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#181435 (or 0x181435) is known color: Jaguar. HEX triplet: 18, 14 and 35. RGB value is (24,20,53). Sum of RGB (Red+Green+Blue) = 24+20+53=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #181435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181435 is #E7EBCA. Grayscale: #181818. Windows color (decimal): -15199179 or 3478552. OLE color: 3478552.

HSL color Cylindrical-coordinate representation of color #181435: hue angle of 247.27º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181435 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 20 53 -
CMYK 0.55 0.62 0 0.79
HSL 247.27º 0.45% 0.14% -
HSV(B) 247.27º 0.62% 0.21% -
XYZ 1.27 0.95 3.48 -
YUV 24.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 24 20 53 0.55 0.62 0 0.79 247.27 0.45 0.14
Hex 18 14 35 37 3E 0 4F F7 2D E
Octal 30 24 65 67 76 0 117 367 55 16
Binary 11000 10100 110101 110111 111110 0 1001111 11110111 101101 1110

Color Harmonies of #181435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181435

Black with #181435

Text Example


Text Example

White with #181435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181435; }

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

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

background-color css

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

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

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

border-color css

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

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

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