#43313C

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

Shades of Barossa #43313C

Tints of Barossa #43313C

Color information

#43313C (or 0x43313C) is unknown color: approx Barossa. HEX triplet: 43, 31 and 3C. RGB value is (67,49,60). Sum of RGB (Red+Green+Blue) = 67+49+60=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43313C is #BCCEC3. Grayscale: #373737. Windows color (decimal): -12373700 or 3944771. OLE color: 3944771.

HSL color Cylindrical-coordinate representation of color #43313C: hue angle of 323.33º 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 #43313C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB674960-
CMYK00.270.100.74
HSL323.33º15.52%22.75%-
HSV(B)323.33º26.87%26.27%-
XYZ4.233.724.77-
YUV55.64130.46136.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=38.07%
G=27.84%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67496000.270.100.74323.3315.5222.75
Hex43313C01BA4A1431017
Octal1036174033121125032027
Binary1000011110001111100011011101010010101010000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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