#28314B

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

Shades of Bunting #28314B

Tints of Bunting #28314B

Color information

#28314B (or 0x28314B) is unknown color: approx Bunting. HEX triplet: 28, 31 and 4B. RGB value is (40,49,75). Sum of RGB (Red+Green+Blue) = 40+49+75=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #28314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28314B is #D7CEB4. Grayscale: #313131. Windows color (decimal): -14143157 or 4927784. OLE color: 4927784.

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

Color convert

RGB404975-
CMYK0.470.3500.71
HSL224.57º30.43%22.55%-
HSV(B)224.57º46.67%29.41%-
XYZ3.243.167.09-
YUV49.27142.52121.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=24.39%
G=29.88%
B=45.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4049750.470.3500.71224.5730.4322.55
Hex28314B2F23047e11e17
Octal5061113574301073413627
Binary101000110001100101110111110001101000111111000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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