#41353C

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

Shades of Barossa #41353C

Tints of Barossa #41353C

Color information

#41353C (or 0x41353C) is unknown color: approx Barossa. HEX triplet: 41, 35 and 3C. RGB value is (65,53,60). Sum of RGB (Red+Green+Blue) = 65+53+60=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #41353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353C is #BECAC3. Grayscale: #393939. Windows color (decimal): -12503748 or 3945793. OLE color: 3945793.

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

Color convert

RGB655360-
CMYK00.180.080.75
HSL325º10.17%23.14%-
HSV(B)325º18.46%25.49%-
XYZ4.2744.82-
YUV57.39129.48133.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=36.52%
G=29.78%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65536000.180.080.7532510.1723.14
Hex41353C01284B145a17
Octal1016574022101135051227
Binary100000111010111110001001010001001011101000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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