#41353B

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

Shades of Barossa #41353B

Tints of Barossa #41353B

Color information

#41353B (or 0x41353B) is unknown color: approx Barossa. HEX triplet: 41, 35 and 3B. RGB value is (65,53,59). Sum of RGB (Red+Green+Blue) = 65+53+59=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #41353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353B is #BECAC4. Grayscale: #393939. Windows color (decimal): -12503749 or 3880257. OLE color: 3880257.

HSL color Cylindrical-coordinate representation of color #41353B: hue angle of 330º 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 #41353B is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB655359-
CMYK00.180.090.75
HSL330º10.17%23.14%-
HSV(B)330º18.46%25.49%-
XYZ4.243.994.68-
YUV57.27128.98133.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 59 (23.44% from 255) = 33.33%
R=36.72%
G=29.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65535900.180.090.7533010.1723.14
Hex41353B01294B14aa17
Octal1016573022111135121227
Binary100000111010111101101001010011001011101001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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