Html Css Color HEX #303149 Lucky Point

📋 copy color: '#303149'

red 48 ◦ green 49 ◦ blue 73

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

Shades of Lucky Point #303149

Tints of Lucky Point #303149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

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

R = 28.24%
G = 28.82%
B = 42.94%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#303149 (or 0x303149) is known color: Lucky Point. HEX triplet: 30, 31 and 49. RGB value is (48,49,73). Sum of RGB (Red+Green+Blue) = 48+49+73=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #303149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303149 is #CFCEB6. Grayscale: #333333. Windows color (decimal): -13618871 or 4796720. OLE color: 4796720.

HSL color Cylindrical-coordinate representation of color #303149: hue angle of 237.6º 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 #303149 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 49 73 -
CMYK 0.34 0.33 0 0.71
HSL 237.6º 0.21% 0.24% -
HSV(B) 237.6º 0.34% 0.29% -
XYZ 3.52 3.31 6.76 -
YUV 51.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 48 49 73 0.34 0.33 0 0.71 237.6 0.21 0.24
Hex 30 31 49 22 21 0 47 EE 15 18
Octal 60 61 111 42 41 0 107 356 25 30
Binary 110000 110001 1001001 100010 100001 0 1000111 11101110 10101 11000

Color Harmonies of #303149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303149

Black with #303149

Text Example


Text Example

White with #303149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303149; }

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

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

background-color css

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

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

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

border-color css

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

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

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