#27314B

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

Shades of Bunting #27314B

Tints of Bunting #27314B

Color information

#27314B (or 0x27314B) is unknown color: approx Bunting. HEX triplet: 27, 31 and 4B. RGB value is (39,49,75). Sum of RGB (Red+Green+Blue) = 39+49+75=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #27314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27314B is #D8CEB4. Grayscale: #303030. Windows color (decimal): -14208693 or 4927783. OLE color: 4927783.

HSL color Cylindrical-coordinate representation of color #27314B: hue angle of 223.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27314B is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB394975-
CMYK0.480.3500.71
HSL223.33º31.58%22.35%-
HSV(B)223.33º48%29.41%-
XYZ3.213.147.09-
YUV48.97142.69120.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=23.93%
G=30.06%
B=46.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3949750.480.3500.71223.3331.5822.35
Hex27314B3023047df2016
Octal4761113604301073374026
Binary1001111100011001011110000100011010001111101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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