#43373C

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

Shades of Barossa #43373C

Tints of Barossa #43373C

Color information

#43373C (or 0x43373C) is unknown color: approx Barossa. HEX triplet: 43, 37 and 3C. RGB value is (67,55,60). Sum of RGB (Red+Green+Blue) = 67+55+60=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 67 - color contains mainly: red. Hex color #43373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43373C is #BCC8C3. Grayscale: #3B3B3B. Windows color (decimal): -12372164 or 3946307. OLE color: 3946307.

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

Color convert

RGB675560-
CMYK00.180.100.74
HSL335º9.84%23.92%-
HSV(B)335º17.91%26.27%-
XYZ4.54.254.86-
YUV59.16128.48133.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.81%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=36.81%
G=30.22%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67556000.180.100.743359.8423.92
Hex43373C012A4A14fa18
Octal1036774022121125171230
Binary100001111011111110001001010101001010101001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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