#27314D

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

Shades of Bunting #27314D

Tints of Bunting #27314D

Color information

#27314D (or 0x27314D) is unknown color: approx Bunting. HEX triplet: 27, 31 and 4D. RGB value is (39,49,77). Sum of RGB (Red+Green+Blue) = 39+49+77=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #27314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27314D is #D8CEB2. Grayscale: #313131. Windows color (decimal): -14208691 or 5058855. OLE color: 5058855.

HSL color Cylindrical-coordinate representation of color #27314D: hue angle of 224.21º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27314D is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB394977-
CMYK0.490.3600.70
HSL224.21º32.76%22.75%-
HSV(B)224.21º49.35%30.2%-
XYZ3.273.167.46-
YUV49.2143.69120.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=23.64%
G=29.70%
B=46.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3949770.490.3600.70224.2132.7622.75
Hex27314D3124046e02117
Octal4761115614401063404127
Binary1001111100011001101110001100100010001101110000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27314D; }

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

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

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

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

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

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

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

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