#423039

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

Shades of Barossa #423039

Tints of Barossa #423039

Color information

#423039 (or 0x423039) is unknown color: approx Barossa. HEX triplet: 42, 30 and 39. RGB value is (66,48,57). Sum of RGB (Red+Green+Blue) = 66+48+57=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423039 is #BDCFC6. Grayscale: #363636. Windows color (decimal): -12439495 or 3747906. OLE color: 3747906.

HSL color Cylindrical-coordinate representation of color #423039: hue angle of 330º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423039 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB664857-
CMYK00.270.140.74
HSL330º15.79%22.35%-
HSV(B)330º27.27%25.88%-
XYZ4.043.574.35-
YUV54.41129.46136.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=38.60%
G=28.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66485700.270.140.7433015.7922.35
Hex42303901BE4A14a1016
Octal1026071033161125122026
Binary1000010110000111001011011111010010101010010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423039; }

 p { color: rgb(66,48,57); }

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

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

 a { background-color: rgb(66,48,57); }

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

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

 span { border-color: rgb(66,48,57); }

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