Html Css Color HEX #24274A Lucky Point

📋 copy color: '#24274A'

red 36 ◦ green 39 ◦ blue 74

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

Shades of Lucky Point #24274A

Tints of Lucky Point #24274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.17%

 BLUE value IS 74 (29.3% from 255) = 49.66%

R = 24.16%
G = 26.17%
B = 49.66%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24274A (or 0x24274A) is known color: Lucky Point. HEX triplet: 24, 27 and 4A. RGB value is (36,39,74). Sum of RGB (Red+Green+Blue) = 36+39+74=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #24274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24274A is #DBD8B5. Grayscale: #292929. Windows color (decimal): -14407862 or 4859684. OLE color: 4859684.

HSL color Cylindrical-coordinate representation of color #24274A: hue angle of 235.26º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24274A is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 39 74 -
CMYK 0.51 0.47 0 0.71
HSL 235.26º 0.35% 0.22% -
HSV(B) 235.26º 0.51% 0.29% -
XYZ 2.69 2.32 6.78 -
YUV 42.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 36 39 74 0.51 0.47 0 0.71 235.26 0.35 0.22
Hex 24 27 4A 33 2F 0 47 EB 23 16
Octal 44 47 112 63 57 0 107 353 43 26
Binary 100100 100111 1001010 110011 101111 0 1000111 11101011 100011 10110

Color Harmonies of #24274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24274A

Black with #24274A

Text Example


Text Example

White with #24274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24274A; }

 p { color: rgb(36,39,74); }

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

background-color css

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

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

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

border-color css

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

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

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