#24324D

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

Shades of Bunting #24324D

Tints of Bunting #24324D

Color information

#24324D (or 0x24324D) is unknown color: approx Bunting. HEX triplet: 24, 32 and 4D. RGB value is (36,50,77). Sum of RGB (Red+Green+Blue) = 36+50+77=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #24324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24324D is #DBCDB2. Grayscale: #303030. Windows color (decimal): -14405043 or 5059108. OLE color: 5059108.

HSL color Cylindrical-coordinate representation of color #24324D: hue angle of 219.51º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24324D is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB365077-
CMYK0.530.3500.70
HSL219.51º36.28%22.16%-
HSV(B)219.51º53.25%30.2%-
XYZ3.213.197.47-
YUV48.89143.86118.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=22.09%
G=30.67%
B=47.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3650770.530.3500.70219.5136.2822.16
Hex24324D3523046dc2416
Octal4462115654301063344426
Binary1001001100101001101110101100011010001101101110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24324D; }

 p { color: rgb(36,50,77); }

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

<style>
 a { background-color: #24324D; }

 a { background-color: rgb(36,50,77); }

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

<style>
 span { border-color: #24324D; }

 span { border-color: rgb(36,50,77); }

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