#41343B

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

Shades of Barossa #41343B

Tints of Barossa #41343B

Color information

#41343B (or 0x41343B) is unknown color: approx Barossa. HEX triplet: 41, 34 and 3B. RGB value is (65,52,59). Sum of RGB (Red+Green+Blue) = 65+52+59=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #41343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41343B is #BECBC4. Grayscale: #383838. Windows color (decimal): -12504005 or 3880001. OLE color: 3880001.

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

Color convert

RGB655259-
CMYK00.200.090.75
HSL327.69º11.11%22.94%-
HSV(B)327.69º20%25.49%-
XYZ4.23.94.67-
YUV56.68129.31133.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=36.93%
G=29.55%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65525900.200.090.75327.6911.1122.94
Hex41343B01494B148b17
Octal1016473024111135101327
Binary100000111010011101101010010011001011101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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