#41353A

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

Shades of Barossa #41353A

Tints of Barossa #41353A

Color information

#41353A (or 0x41353A) is unknown color: approx Barossa. HEX triplet: 41, 35 and 3A. RGB value is (65,53,58). Sum of RGB (Red+Green+Blue) = 65+53+58=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #41353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353A is #BECAC5. Grayscale: #393939. Windows color (decimal): -12503750 or 3814721. OLE color: 3814721.

HSL color Cylindrical-coordinate representation of color #41353A: hue angle of 335º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41353A is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB655358-
CMYK00.180.110.75
HSL335º10.17%23.14%-
HSV(B)335º18.46%25.49%-
XYZ4.223.984.55-
YUV57.16128.48133.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=36.93%
G=30.11%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65535800.180.110.7533510.1723.14
Hex41353A012B4B14fa17
Octal1016572022131135171227
Binary100000111010111101001001010111001011101001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,53,58); }

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

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

 a { background-color: rgb(65,53,58); }

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

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

 span { border-color: rgb(65,53,58); }

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