Html Css Color HEX #242331 Jaguar

📋 copy color: '#242331'

red 36 ◦ green 35 ◦ blue 49

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

Shades of Jaguar #242331

Tints of Jaguar #242331

RGB

 RED value IS 36 (14.45% from 255) = 30%

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 49 (19.53% from 255) = 40.83%

R = 30%
G = 29.17%
B = 40.83%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#242331 (or 0x242331) is known color: Jaguar. HEX triplet: 24, 23 and 31. RGB value is (36,35,49). Sum of RGB (Red+Green+Blue) = 36+35+49=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 49 - color contains mainly: blue. Hex color #242331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242331 is #DBDCCE. Grayscale: #242424. Windows color (decimal): -14408911 or 3220260. OLE color: 3220260.

HSL color Cylindrical-coordinate representation of color #242331: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #242331 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 35 49 -
CMYK 0.27 0.29 0 0.81
HSL 244.29º 0.17% 0.16% -
HSV(B) 244.29º 0.29% 0.19% -
XYZ 1.88 1.8 3.15 -
YUV 36.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 36 35 49 0.27 0.29 0 0.81 244.29 0.17 0.16
Hex 24 23 31 1B 1D 0 51 F4 11 10
Octal 44 43 61 33 35 0 121 364 21 20
Binary 100100 100011 110001 11011 11101 0 1010001 11110100 10001 10000

Color Harmonies of #242331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242331

Black with #242331

Text Example


Text Example

White with #242331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242331; }

 p { color: rgb(36,35,49); }

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

background-color css

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

 a { background-color: rgb(36,35,49); }

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

border-color css

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

 span { border-color: rgb(36,35,49); }

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