Html Css Color HEX #242337 Jaguar

📋 copy color: '#242337'

red 36 ◦ green 35 ◦ blue 55

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

Shades of Jaguar #242337

Tints of Jaguar #242337

RGB

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

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

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

R = 28.57%
G = 27.78%
B = 43.65%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#242337 (or 0x242337) is known color: Jaguar. HEX triplet: 24, 23 and 37. RGB value is (36,35,55). Sum of RGB (Red+Green+Blue) = 36+35+55=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #242337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242337 is #DBDCC8. Grayscale: #252525. Windows color (decimal): -14408905 or 3613476. OLE color: 3613476.

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

Color convert

RGB 36 35 55 -
CMYK 0.35 0.36 0 0.78
HSL 243º 0.22% 0.18% -
HSV(B) 243º 0.36% 0.22% -
XYZ 2.02 1.85 3.87 -
YUV 37.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 36 35 55 0.35 0.36 0 0.78 243 0.22 0.18
Hex 24 23 37 23 24 0 4E F3 16 12
Octal 44 43 67 43 44 0 116 363 26 22
Binary 100100 100011 110111 100011 100100 0 1001110 11110011 10110 10010

Color Harmonies of #242337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242337

Black with #242337

Text Example


Text Example

White with #242337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242337; }

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

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

background-color css

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

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

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

border-color css

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

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

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