#43393E

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

Shades of Barossa #43393E

Tints of Barossa #43393E

Color information

#43393E (or 0x43393E) is unknown color: approx Barossa. HEX triplet: 43, 39 and 3E. RGB value is (67,57,62). Sum of RGB (Red+Green+Blue) = 67+57+62=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 67 - color contains mainly: red. Hex color #43393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43393E is #BCC6C1. Grayscale: #3C3C3C. Windows color (decimal): -12371650 or 4077891. OLE color: 4077891.

HSL color Cylindrical-coordinate representation of color #43393E: hue angle of 330º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #43393E is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB675762-
CMYK00.150.070.74
HSL330º8.06%24.31%-
HSV(B)330º14.93%26.27%-
XYZ4.654.475.17-
YUV60.56128.81132.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.02%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=36.02%
G=30.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67576200.150.070.743308.0624.31
Hex43393E0F74A14a818
Octal103717601771125121030
Binary1000011111001111110011111111001010101001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43393E; }

 p { color: rgb(67,57,62); }

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

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

 a { background-color: rgb(67,57,62); }

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

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

 span { border-color: rgb(67,57,62); }

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