#43363B

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

Shades of Barossa #43363B

Tints of Barossa #43363B

Color information

#43363B (or 0x43363B) is unknown color: approx Barossa. HEX triplet: 43, 36 and 3B. RGB value is (67,54,59). Sum of RGB (Red+Green+Blue) = 67+54+59=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 67 - color contains mainly: red. Hex color #43363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43363B is #BCC9C4. Grayscale: #3A3A3A. Windows color (decimal): -12372421 or 3880515. OLE color: 3880515.

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

Color convert

RGB675459-
CMYK00.190.120.74
HSL336.92º10.74%23.73%-
HSV(B)336.92º19.4%26.27%-
XYZ4.424.154.71-
YUV58.46128.31134.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.22%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=37.22%
G=30%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67545900.190.120.74336.9210.7423.73
Hex43363B013C4A151b18
Octal1036673023141125211330
Binary100001111011011101101001111001001010101010001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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