#41343C

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

Shades of Barossa #41343C

Tints of Barossa #41343C

Color information

#41343C (or 0x41343C) is unknown color: approx Barossa. HEX triplet: 41, 34 and 3C. RGB value is (65,52,60). Sum of RGB (Red+Green+Blue) = 65+52+60=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #41343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41343C is #BECBC3. Grayscale: #383838. Windows color (decimal): -12504004 or 3945537. OLE color: 3945537.

HSL color Cylindrical-coordinate representation of color #41343C: hue angle of 323.08º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #41343C is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB655260-
CMYK00.200.080.75
HSL323.08º11.11%22.94%-
HSV(B)323.08º20%25.49%-
XYZ4.223.914.81-
YUV56.8129.81133.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=36.72%
G=29.38%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65526000.200.080.75323.0811.1122.94
Hex41343C01484B143b17
Octal1016474024101135031327
Binary100000111010011110001010010001001011101000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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