#43353A

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

Shades of Barossa #43353A

Tints of Barossa #43353A

Color information

#43353A (or 0x43353A) is unknown color: approx Barossa. HEX triplet: 43, 35 and 3A. RGB value is (67,53,58). Sum of RGB (Red+Green+Blue) = 67+53+58=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 67 - color contains mainly: red. Hex color #43353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43353A is #BCCAC5. Grayscale: #393939. Windows color (decimal): -12372678 or 3814723. OLE color: 3814723.

HSL color Cylindrical-coordinate representation of color #43353A: hue angle of 338.57º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #43353A is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB675358-
CMYK00.210.130.74
HSL338.57º11.67%23.53%-
HSV(B)338.57º20.9%26.27%-
XYZ4.354.044.55-
YUV57.76128.14134.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.64%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=37.64%
G=29.78%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67535800.210.130.74338.5711.6723.53
Hex43353A015D4A153c18
Octal1036572025151125231430
Binary100001111010111101001010111011001010101010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43353A; }

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

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

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

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

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

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

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

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