#27324A

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

Shades of Bunting #27324A

Tints of Bunting #27324A

Color information

#27324A (or 0x27324A) is unknown color: approx Bunting. HEX triplet: 27, 32 and 4A. RGB value is (39,50,74). Sum of RGB (Red+Green+Blue) = 39+50+74=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #27324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27324A is #D8CDB5. Grayscale: #313131. Windows color (decimal): -14208438 or 4862503. OLE color: 4862503.

HSL color Cylindrical-coordinate representation of color #27324A: hue angle of 221.14º degrees, saturation: 0.31, 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 #27324A is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB395074-
CMYK0.470.3200.71
HSL221.14º30.97%22.16%-
HSV(B)221.14º47.3%29.02%-
XYZ3.213.216.93-
YUV49.45141.86120.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=23.93%
G=30.67%
B=45.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3950740.470.3200.71221.1430.9722.16
Hex27324A2F20047dd1f16
Octal4762112574001073353726
Binary100111110010100101010111110000001000111110111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27324A; }

 p { color: rgb(39,50,74); }

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

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

 a { background-color: rgb(39,50,74); }

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

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

 span { border-color: rgb(39,50,74); }

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