#28314A

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

Shades of Bunting #28314A

Tints of Bunting #28314A

Color information

#28314A (or 0x28314A) is unknown color: approx Bunting. HEX triplet: 28, 31 and 4A. RGB value is (40,49,74). Sum of RGB (Red+Green+Blue) = 40+49+74=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 49 (19.53% from 255 or 30.06% 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 #28314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28314A is #D7CEB5. Grayscale: #313131. Windows color (decimal): -14143158 or 4862248. OLE color: 4862248.

HSL color Cylindrical-coordinate representation of color #28314A: hue angle of 224.12º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28314A is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB404974-
CMYK0.460.3400.71
HSL224.12º29.82%22.35%-
HSV(B)224.12º45.95%29.02%-
XYZ3.213.146.92-
YUV49.16142.02121.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=24.54%
G=30.06%
B=45.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4049740.460.3400.71224.1229.8222.35
Hex28314A2E22047e01e16
Octal5061112564201073403626
Binary101000110001100101010111010001001000111111000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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