#43323B

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

Shades of Barossa #43323B

Tints of Barossa #43323B

Color information

#43323B (or 0x43323B) is unknown color: approx Barossa. HEX triplet: 43, 32 and 3B. RGB value is (67,50,59). Sum of RGB (Red+Green+Blue) = 67+50+59=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43323B is #BCCDC4. Grayscale: #383838. Windows color (decimal): -12373445 or 3879491. OLE color: 3879491.

HSL color Cylindrical-coordinate representation of color #43323B: hue angle of 328.24º 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 #43323B is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB675059-
CMYK00.250.120.74
HSL328.24º14.53%22.94%-
HSV(B)328.24º25.37%26.27%-
XYZ4.243.794.65-
YUV56.11129.63135.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=38.07%
G=28.41%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67505900.250.120.74328.2414.5322.94
Hex43323B019C4A148f17
Octal1036273031141125101727
Binary100001111001011101101100111001001010101001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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