Html Css Color HEX #252849 Lucky Point

📋 copy color: '#252849'

red 37 ◦ green 40 ◦ blue 73

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

Shades of Lucky Point #252849

Tints of Lucky Point #252849

RGB

 RED value IS 37 (14.84% from 255) = 24.67%

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

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

R = 24.67%
G = 26.67%
B = 48.67%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252849 (or 0x252849) is known color: Lucky Point. HEX triplet: 25, 28 and 49. RGB value is (37,40,73). Sum of RGB (Red+Green+Blue) = 37+40+73=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #252849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252849 is #DAD7B6. Grayscale: #2A2A2A. Windows color (decimal): -14342071 or 4794405. OLE color: 4794405.

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

Color convert

RGB 37 40 73 -
CMYK 0.49 0.45 0 0.71
HSL 235º 0.33% 0.22% -
HSV(B) 235º 0.49% 0.29% -
XYZ 2.72 2.39 6.62 -
YUV 42.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 37 40 73 0.49 0.45 0 0.71 235 0.33 0.22
Hex 25 28 49 31 2D 0 47 EB 21 16
Octal 45 50 111 61 55 0 107 353 41 26
Binary 100101 101000 1001001 110001 101101 0 1000111 11101011 100001 10110

Color Harmonies of #252849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252849

Black with #252849

Text Example


Text Example

White with #252849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252849; }

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

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

background-color css

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

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

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

border-color css

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

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

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