#28314C

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

Shades of Bunting #28314C

Tints of Bunting #28314C

Color information

#28314C (or 0x28314C) is unknown color: approx Bunting. HEX triplet: 28, 31 and 4C. RGB value is (40,49,76). Sum of RGB (Red+Green+Blue) = 40+49+76=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #28314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28314C is #D7CEB3. Grayscale: #313131. Windows color (decimal): -14143156 or 4993320. OLE color: 4993320.

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

Color convert

RGB404976-
CMYK0.470.3600.70
HSL225º31.03%22.75%-
HSV(B)225º47.37%29.8%-
XYZ3.283.177.28-
YUV49.39143.02121.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=24.24%
G=29.70%
B=46.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4049760.470.3600.7022531.0322.75
Hex28314C2F24046e11f17
Octal5061114574401063413727
Binary101000110001100110010111110010001000110111000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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