#433038

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

Shades of Barossa #433038

Tints of Barossa #433038

Color information

#433038 (or 0x433038) is unknown color: approx Barossa. HEX triplet: 43, 30 and 38. RGB value is (67,48,56). Sum of RGB (Red+Green+Blue) = 67+48+56=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 67 - color contains mainly: red. Hex color #433038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433038 is #BCCFC7. Grayscale: #363636. Windows color (decimal): -12373960 or 3682371. OLE color: 3682371.

HSL color Cylindrical-coordinate representation of color #433038: hue angle of 334.74º 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 #433038 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB674856-
CMYK00.280.160.74
HSL334.74º16.52%22.55%-
HSV(B)334.74º28.36%26.27%-
XYZ4.093.594.22-
YUV54.59128.79136.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.18%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=39.18%
G=28.07%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67485600.280.160.74334.7416.5222.55
Hex43303801C104A14f1117
Octal1036070034201125172127
Binary10000111100001110000111001000010010101010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433038; }

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

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

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

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

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

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

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

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