Html Css Color HEX #242437 Jaguar

📋 copy color: '#242437'

red 36 ◦ green 36 ◦ blue 55

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

Shades of Jaguar #242437

Tints of Jaguar #242437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 28.35%
G = 28.35%
B = 43.31%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#242437 (or 0x242437) is known color: Jaguar. HEX triplet: 24, 24 and 37. RGB value is (36,36,55). Sum of RGB (Red+Green+Blue) = 36+36+55=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #242437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242437 is #DBDBC8. Grayscale: #262626. Windows color (decimal): -14408649 or 3613732. OLE color: 3613732.

HSL color Cylindrical-coordinate representation of color #242437: hue angle of 240º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #242437 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 36 55 -
CMYK 0.35 0.35 0 0.78
HSL 240º 0.21% 0.18% -
HSV(B) 240º 0.35% 0.22% -
XYZ 2.05 1.91 3.88 -
YUV 38.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 36 36 55 0.35 0.35 0 0.78 240 0.21 0.18
Hex 24 24 37 23 23 0 4E F0 15 12
Octal 44 44 67 43 43 0 116 360 25 22
Binary 100100 100100 110111 100011 100011 0 1001110 11110000 10101 10010

Color Harmonies of #242437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242437

Black with #242437

Text Example


Text Example

White with #242437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242437; }

 p { color: rgb(36,36,55); }

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

background-color css

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

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

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

border-color css

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

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

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