#28324B

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

Shades of Bunting #28324B

Tints of Bunting #28324B

Color information

#28324B (or 0x28324B) is unknown color: approx Bunting. HEX triplet: 28, 32 and 4B. RGB value is (40,50,75). Sum of RGB (Red+Green+Blue) = 40+50+75=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #28324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28324B is #D7CDB4. Grayscale: #313131. Windows color (decimal): -14142901 or 4928040. OLE color: 4928040.

HSL color Cylindrical-coordinate representation of color #28324B: hue angle of 222.86º 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 #28324B is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB405075-
CMYK0.470.3300.71
HSL222.86º30.43%22.55%-
HSV(B)222.86º46.67%29.41%-
XYZ3.293.247.11-
YUV49.86142.19120.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=24.24%
G=30.30%
B=45.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4050750.470.3300.71222.8630.4322.55
Hex28324B2F21047df1e17
Octal5062113574101073373627
Binary101000110010100101110111110000101000111110111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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