#43313A

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

Shades of Barossa #43313A

Tints of Barossa #43313A

Color information

#43313A (or 0x43313A) is unknown color: approx Barossa. HEX triplet: 43, 31 and 3A. RGB value is (67,49,58). Sum of RGB (Red+Green+Blue) = 67+49+58=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 67 - color contains mainly: red. Hex color #43313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43313A is #BCCEC5. Grayscale: #373737. Windows color (decimal): -12373702 or 3813699. OLE color: 3813699.

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

Color convert

RGB674958-
CMYK00.270.130.74
HSL330º15.52%22.75%-
HSV(B)330º26.87%26.27%-
XYZ4.183.74.5-
YUV55.41129.46136.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.51%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=38.51%
G=28.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67495800.270.130.7433015.5222.75
Hex43313A01BD4A14a1017
Octal1036172033151125122027
Binary1000011110001111010011011110110010101010010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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