#43353D

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

Shades of Barossa #43353D

Tints of Barossa #43353D

Color information

#43353D (or 0x43353D) is unknown color: approx Barossa. HEX triplet: 43, 35 and 3D. RGB value is (67,53,61). Sum of RGB (Red+Green+Blue) = 67+53+61=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 67 - color contains mainly: red. Hex color #43353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43353D is #BCCAC2. Grayscale: #3A3A3A. Windows color (decimal): -12372675 or 4011331. OLE color: 4011331.

HSL color Cylindrical-coordinate representation of color #43353D: hue angle of 325.71º 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 #43353D is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB675361-
CMYK00.210.090.74
HSL325.71º11.67%23.53%-
HSV(B)325.71º20.9%26.27%-
XYZ4.434.084.97-
YUV58.1129.64134.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=37.02%
G=29.28%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67536100.210.090.74325.7111.6723.53
Hex43353D01594A146c18
Octal1036575025111125061430
Binary100001111010111110101010110011001010101000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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