#413039

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

Shades of Barossa #413039

Tints of Barossa #413039

Color information

#413039 (or 0x413039) is unknown color: approx Barossa. HEX triplet: 41, 30 and 39. RGB value is (65,48,57). Sum of RGB (Red+Green+Blue) = 65+48+57=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413039 is #BECFC6. Grayscale: #363636. Windows color (decimal): -12505031 or 3747905. OLE color: 3747905.

HSL color Cylindrical-coordinate representation of color #413039: hue angle of 328.24º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413039 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB654857-
CMYK00.260.120.75
HSL328.24º15.04%22.16%-
HSV(B)328.24º26.15%25.49%-
XYZ3.983.534.34-
YUV54.11129.63135.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=38.24%
G=28.24%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65485700.260.120.75328.2415.0422.16
Hex41303901AC4B148f16
Octal1016071032141135101726
Binary100000111000011100101101011001001011101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413039; }

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

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

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

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

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

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

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

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