#43393D

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

Shades of Barossa #43393D

Tints of Barossa #43393D

Color information

#43393D (or 0x43393D) is unknown color: approx Barossa. HEX triplet: 43, 39 and 3D. RGB value is (67,57,61). Sum of RGB (Red+Green+Blue) = 67+57+61=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 67 - color contains mainly: red. Hex color #43393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43393D is #BCC6C2. Grayscale: #3C3C3C. Windows color (decimal): -12371651 or 4012355. OLE color: 4012355.

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

Color convert

RGB675761-
CMYK00.150.090.74
HSL336º8.06%24.31%-
HSV(B)336º14.93%26.27%-
XYZ4.624.465.03-
YUV60.45128.31132.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=36.22%
G=30.81%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67576100.150.090.743368.0624.31
Hex43393D0F94A150818
Octal1037175017111125201030
Binary10000111110011111010111110011001010101010000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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