#43343C

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

Shades of Barossa #43343C

Tints of Barossa #43343C

Color information

#43343C (or 0x43343C) is unknown color: approx Barossa. HEX triplet: 43, 34 and 3C. RGB value is (67,52,60). Sum of RGB (Red+Green+Blue) = 67+52+60=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 67 - color contains mainly: red. Hex color #43343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43343C is #BCCBC3. Grayscale: #393939. Windows color (decimal): -12372932 or 3945539. OLE color: 3945539.

HSL color Cylindrical-coordinate representation of color #43343C: hue angle of 328º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #43343C is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB675260-
CMYK00.220.100.74
HSL328º12.61%23.33%-
HSV(B)328º22.39%26.27%-
XYZ4.363.984.81-
YUV57.4129.47134.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.43%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=37.43%
G=29.05%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67526000.220.100.7432812.6123.33
Hex43343C016A4A148d17
Octal1036474026121125101527
Binary100001111010011110001011010101001010101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43343C; }

 p { color: rgb(67,52,60); }

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

<style>
 a { background-color: #43343C; }

 a { background-color: rgb(67,52,60); }

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

<style>
 span { border-color: #43343C; }

 span { border-color: rgb(67,52,60); }

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