#273049

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

Shades of Bunting #273049

Tints of Bunting #273049

Color information

#273049 (or 0x273049) is unknown color: approx Bunting. HEX triplet: 27, 30 and 49. RGB value is (39,48,73). Sum of RGB (Red+Green+Blue) = 39+48+73=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #273049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273049 is #D8CFB6. Grayscale: #303030. Windows color (decimal): -14208951 or 4796455. OLE color: 4796455.

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

Color convert

RGB394873-
CMYK0.470.3400.71
HSL224.12º30.36%21.96%-
HSV(B)224.12º46.58%28.63%-
XYZ3.13.036.72-
YUV48.16142.02121.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=24.38%
G=30%
B=45.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3948730.470.3400.71224.1230.3621.96
Hex2730492F22047e01e16
Octal4760111574201073403626
Binary100111110000100100110111110001001000111111000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273049; }

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

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

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

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

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

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

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

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