Html Css Color HEX #242439 Jaguar

📋 copy color: '#242439'

red 36 ◦ green 36 ◦ blue 57

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

Shades of Jaguar #242439

Tints of Jaguar #242439

RGB

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

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

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

R = 27.91%
G = 27.91%
B = 44.19%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#242439 (or 0x242439) is known color: Jaguar. HEX triplet: 24, 24 and 39. RGB value is (36,36,57). Sum of RGB (Red+Green+Blue) = 36+36+57=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #242439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242439 is #DBDBC6. Grayscale: #262626. Windows color (decimal): -14408647 or 3744804. OLE color: 3744804.

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

Color convert

RGB 36 36 57 -
CMYK 0.37 0.37 0 0.78
HSL 240º 0.23% 0.18% -
HSV(B) 240º 0.37% 0.22% -
XYZ 2.1 1.93 4.13 -
YUV 38.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 36 36 57 0.37 0.37 0 0.78 240 0.23 0.18
Hex 24 24 39 25 25 0 4E F0 17 12
Octal 44 44 71 45 45 0 116 360 27 22
Binary 100100 100100 111001 100101 100101 0 1001110 11110000 10111 10010

Color Harmonies of #242439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242439

Black with #242439

Text Example


Text Example

White with #242439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242439; }

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

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

background-color css

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

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

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

border-color css

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

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

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