#27314C

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

Shades of Bunting #27314C

Tints of Bunting #27314C

Color information

#27314C (or 0x27314C) is unknown color: approx Bunting. HEX triplet: 27, 31 and 4C. RGB value is (39,49,76). Sum of RGB (Red+Green+Blue) = 39+49+76=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #27314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27314C is #D8CEB3. Grayscale: #303030. Windows color (decimal): -14208692 or 4993319. OLE color: 4993319.

HSL color Cylindrical-coordinate representation of color #27314C: hue angle of 223.78º degrees, saturation: 0.32, 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 #27314C is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB394976-
CMYK0.490.3600.70
HSL223.78º32.17%22.55%-
HSV(B)223.78º48.68%29.8%-
XYZ3.243.157.27-
YUV49.09143.19120.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=23.78%
G=29.88%
B=46.34%

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
Decimal3949760.490.3600.70223.7832.1722.55
Hex27314C3124046e02017
Octal4761114614401063404027
Binary1001111100011001100110001100100010001101110000010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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