Html Css Color HEX #242849 Lucky Point

📋 copy color: '#242849'

red 36 ◦ green 40 ◦ blue 73

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

Shades of Lucky Point #242849

Tints of Lucky Point #242849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

 BLUE value IS 73 (28.91% from 255) = 48.99%

R = 24.16%
G = 26.85%
B = 48.99%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#242849 (or 0x242849) is known color: Lucky Point. HEX triplet: 24, 28 and 49. RGB value is (36,40,73). Sum of RGB (Red+Green+Blue) = 36+40+73=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #242849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242849 is #DBD7B6. Grayscale: #2A2A2A. Windows color (decimal): -14407607 or 4794404. OLE color: 4794404.

HSL color Cylindrical-coordinate representation of color #242849: hue angle of 233.51º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242849 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 40 73 -
CMYK 0.51 0.45 0 0.71
HSL 233.51º 0.34% 0.21% -
HSV(B) 233.51º 0.51% 0.29% -
XYZ 2.69 2.37 6.62 -
YUV 42.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 36 40 73 0.51 0.45 0 0.71 233.51 0.34 0.21
Hex 24 28 49 33 2D 0 47 EA 22 15
Octal 44 50 111 63 55 0 107 352 42 25
Binary 100100 101000 1001001 110011 101101 0 1000111 11101010 100010 10101

Color Harmonies of #242849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242849

Black with #242849

Text Example


Text Example

White with #242849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242849; }

 p { color: rgb(36,40,73); }

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

background-color css

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

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

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

border-color css

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

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

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