#43303B

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

Shades of Barossa #43303B

Tints of Barossa #43303B

Color information

#43303B (or 0x43303B) is unknown color: approx Barossa. HEX triplet: 43, 30 and 3B. RGB value is (67,48,59). Sum of RGB (Red+Green+Blue) = 67+48+59=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 67 - color contains mainly: red. Hex color #43303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43303B is #BCCFC4. Grayscale: #363636. Windows color (decimal): -12373957 or 3878979. OLE color: 3878979.

HSL color Cylindrical-coordinate representation of color #43303B: hue angle of 325.26º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43303B is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB674859-
CMYK00.280.120.74
HSL325.26º16.52%22.55%-
HSV(B)325.26º28.36%26.27%-
XYZ4.163.624.62-
YUV54.93130.29136.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.51%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=38.51%
G=27.59%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67485900.280.120.74325.2616.5222.55
Hex43303B01CC4A1451117
Octal1036073034141125052127
Binary1000011110000111011011100110010010101010001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43303B; }

 p { color: rgb(67,48,59); }

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

<style>
 a { background-color: #43303B; }

 a { background-color: rgb(67,48,59); }

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

<style>
 span { border-color: #43303B; }

 span { border-color: rgb(67,48,59); }

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