#323543

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

Shades of Bunting #323543

Tints of Bunting #323543

Color information

#323543 (or 0x323543) is unknown color: approx Bunting. HEX triplet: 32, 35 and 43. RGB value is (50,53,67). Sum of RGB (Red+Green+Blue) = 50+53+67=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 67 - color contains mainly: blue. Hex color #323543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323543 is #CDCABC. Grayscale: #353535. Windows color (decimal): -13486781 or 4404530. OLE color: 4404530.

HSL color Cylindrical-coordinate representation of color #323543: hue angle of 229.41º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323543 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB505367-
CMYK0.250.2100.74
HSL229.41º14.53%22.94%-
HSV(B)229.41º25.37%26.27%-
XYZ3.63.635.82-
YUV53.7135.51125.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=29.41%
G=31.18%
B=39.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5053670.250.2100.74229.4114.5322.94
Hex323543191504Ae5f17
Octal6265103312501123451727
Binary110010110101100001111001101010100101011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323543; }

 p { color: rgb(50,53,67); }

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

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

 a { background-color: rgb(50,53,67); }

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

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

 span { border-color: rgb(50,53,67); }

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