#43333A

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

Shades of Barossa #43333A

Tints of Barossa #43333A

Color information

#43333A (or 0x43333A) is unknown color: approx Barossa. HEX triplet: 43, 33 and 3A. RGB value is (67,51,58). Sum of RGB (Red+Green+Blue) = 67+51+58=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43333A is #BCCCC5. Grayscale: #383838. Windows color (decimal): -12373190 or 3814211. OLE color: 3814211.

HSL color Cylindrical-coordinate representation of color #43333A: hue angle of 333.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #43333A is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB675158-
CMYK00.240.130.74
HSL333.75º13.56%23.14%-
HSV(B)333.75º23.88%26.27%-
XYZ4.263.874.52-
YUV56.58128.8135.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=38.07%
G=28.98%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67515800.240.130.74333.7513.5623.14
Hex43333A018D4A14ee17
Octal1036372030151125161627
Binary100001111001111101001100011011001010101001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43333A; }

 p { color: rgb(67,51,58); }

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

<style>
 a { background-color: #43333A; }

 a { background-color: rgb(67,51,58); }

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

<style>
 span { border-color: #43333A; }

 span { border-color: rgb(67,51,58); }

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