#272B48

Color #272B48 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #272B48

Tints of Lucky Point #272B48

Color information

#272B48 (or 0x272B48) is unknown color: approx Lucky Point. HEX triplet: 27, 2B and 48. RGB value is (39,43,72). Sum of RGB (Red+Green+Blue) = 39+43+72=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #272B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B48 is #D8D4B7. Grayscale: #2C2C2C. Windows color (decimal): -14210232 or 4729639. OLE color: 4729639.

HSL color Cylindrical-coordinate representation of color #272B48: hue angle of 232.73º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #272B48 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB394372-
CMYK0.460.4000.72
HSL232.73º29.73%21.76%-
HSV(B)232.73º45.83%28.24%-
XYZ2.872.636.49-
YUV45.11143.17123.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=25.32%
G=27.92%
B=46.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3943720.460.4000.72232.7329.7321.76
Hex272B482E28048e91e16
Octal4753110565001103513626
Binary100111101011100100010111010100001001000111010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272B48; }

 p { color: rgb(39,43,72); }

 H1.HeaderClassName
 {
   color: #272B48;
 }
 .AnyTagClassName
 {
   color: #272B48;
 }
</style>
background-color css

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

 a { background-color: rgb(39,43,72); }

 div.DivClassName
 {
   background-color: #272B48;
 }
 .BgClassName
 {
   background-color: #272B48;
 }
</style>
border-color css

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

 span { border-color: rgb(39,43,72); }

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