#41323B

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

Shades of Barossa #41323B

Tints of Barossa #41323B

Color information

#41323B (or 0x41323B) is unknown color: approx Barossa. HEX triplet: 41, 32 and 3B. RGB value is (65,50,59). Sum of RGB (Red+Green+Blue) = 65+50+59=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #41323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41323B is #BECDC4. Grayscale: #373737. Windows color (decimal): -12504517 or 3879489. OLE color: 3879489.

HSL color Cylindrical-coordinate representation of color #41323B: hue angle of 324º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #41323B is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB655059-
CMYK00.230.090.75
HSL324º13.04%22.55%-
HSV(B)324º23.08%25.49%-
XYZ4.113.724.64-
YUV55.51129.97134.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=37.36%
G=28.74%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65505900.230.090.7532413.0422.55
Hex41323B01794B144d17
Octal1016273027111135041527
Binary100000111001011101101011110011001011101000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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