#272F3F

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

Shades of Bunting #272F3F

Tints of Bunting #272F3F

Color information

#272F3F (or 0x272F3F) is unknown color: approx Bunting. HEX triplet: 27, 2F and 3F. RGB value is (39,47,63). Sum of RGB (Red+Green+Blue) = 39+47+63=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 63 - color contains mainly: blue. Hex color #272F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F3F is #D8D0C0. Grayscale: #2E2E2E. Windows color (decimal): -14209217 or 4140839. OLE color: 4140839.

HSL color Cylindrical-coordinate representation of color #272F3F: hue angle of 220º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #272F3F is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB394763-
CMYK0.380.2500.75
HSL220º23.53%20%-
HSV(B)220º38.1%24.71%-
XYZ2.752.825.1-
YUV46.43137.35122.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 63 (25% from 255) = 42.28%
R=26.17%
G=31.54%
B=42.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3947630.380.2500.7522023.5320
Hex272F3F261904Bdc1814
Octal475777463101133343024
Binary1001111011111111111001101100101001011110111001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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