Html Css Color HEX #303249 Lucky Point

📋 copy color: '#303249'

red 48 ◦ green 50 ◦ blue 73

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

Shades of Lucky Point #303249

Tints of Lucky Point #303249

RGB

 RED value IS 48 (19.14% from 255) = 28.07%

 GREEN value IS 50 (19.92% from 255) = 29.24%

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

R = 28.07%
G = 29.24%
B = 42.69%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#303249 (or 0x303249) is known color: Lucky Point. HEX triplet: 30, 32 and 49. RGB value is (48,50,73). Sum of RGB (Red+Green+Blue) = 48+50+73=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #303249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303249 is #CFCDB6. Grayscale: #333333. Windows color (decimal): -13618615 or 4796976. OLE color: 4796976.

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

Color convert

RGB 48 50 73 -
CMYK 0.34 0.32 0 0.71
HSL 235.2º 0.21% 0.24% -
HSV(B) 235.2º 0.34% 0.29% -
XYZ 3.56 3.39 6.77 -
YUV 52.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 48 50 73 0.34 0.32 0 0.71 235.2 0.21 0.24
Hex 30 32 49 22 20 0 47 EB 15 18
Octal 60 62 111 42 40 0 107 353 25 30
Binary 110000 110010 1001001 100010 100000 0 1000111 11101011 10101 11000

Color Harmonies of #303249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303249

Black with #303249

Text Example


Text Example

White with #303249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303249; }

 p { color: rgb(48,50,73); }

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

background-color css

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

 a { background-color: rgb(48,50,73); }

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

border-color css

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

 span { border-color: rgb(48,50,73); }

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