#273141

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

Shades of Bunting #273141

Tints of Bunting #273141

Color information

#273141 (or 0x273141) is unknown color: approx Bunting. HEX triplet: 27, 31 and 41. RGB value is (39,49,65). Sum of RGB (Red+Green+Blue) = 39+49+65=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #273141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273141 is #D8CEBE. Grayscale: #2F2F2F. Windows color (decimal): -14208703 or 4272423. OLE color: 4272423.

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

Color convert

RGB394965-
CMYK0.400.2500.75
HSL216.92º25%20.39%-
HSV(B)216.92º40%25.49%-
XYZ2.893.015.43-
YUV47.83137.69121.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 65 (25.78% from 255) = 42.48%
R=25.49%
G=32.03%
B=42.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3949650.400.2500.75216.922520.39
Hex273141281904Bd91914
Octal4761101503101133313124
Binary10011111000110000011010001100101001011110110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273141; }

 p { color: rgb(39,49,65); }

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

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

 a { background-color: rgb(39,49,65); }

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

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

 span { border-color: rgb(39,49,65); }

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