#272F48

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

Shades of Bunting #272F48

Tints of Bunting #272F48

Color information

#272F48 (or 0x272F48) is unknown color: approx Bunting. HEX triplet: 27, 2F and 48. RGB value is (39,47,72). Sum of RGB (Red+Green+Blue) = 39+47+72=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #272F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F48 is #D8D0B7. Grayscale: #2F2F2F. Windows color (decimal): -14209208 or 4730663. OLE color: 4730663.

HSL color Cylindrical-coordinate representation of color #272F48: hue angle of 225.45º 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 #272F48 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB394772-
CMYK0.460.3500.72
HSL225.45º29.73%21.76%-
HSV(B)225.45º45.83%28.24%-
XYZ3.022.936.54-
YUV47.46141.85121.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=24.68%
G=29.75%
B=45.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3947720.460.3500.72225.4529.7321.76
Hex272F482E23048e11e16
Octal4757110564301103413626
Binary100111101111100100010111010001101001000111000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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