#46343B

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

Shades of Barossa #46343B

Tints of Barossa #46343B

Color information

#46343B (or 0x46343B) is unknown color: approx Barossa. HEX triplet: 46, 34 and 3B. RGB value is (70,52,59). Sum of RGB (Red+Green+Blue) = 70+52+59=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #46343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46343B is #B9CBC4. Grayscale: #3A3A3A. Windows color (decimal): -12176325 or 3880006. OLE color: 3880006.

HSL color Cylindrical-coordinate representation of color #46343B: hue angle of 336.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46343B is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB705259-
CMYK00.260.160.73
HSL336.67º14.75%23.92%-
HSV(B)336.67º25.71%27.45%-
XYZ4.544.074.68-
YUV58.18128.46136.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=38.67%
G=28.73%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70525900.260.160.73336.6714.7523.92
Hex46343B01A1049151f18
Octal1066473032201115211730
Binary1000110110100111011011010100001001001101010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,52,59); }

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

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

 a { background-color: rgb(70,52,59); }

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

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

 span { border-color: rgb(70,52,59); }

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