#41323A

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

Shades of Barossa #41323A

Tints of Barossa #41323A

Color information

#41323A (or 0x41323A) is unknown color: approx Barossa. HEX triplet: 41, 32 and 3A. RGB value is (65,50,58). Sum of RGB (Red+Green+Blue) = 65+50+58=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #41323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41323A is #BECDC5. Grayscale: #373737. Windows color (decimal): -12504518 or 3813953. OLE color: 3813953.

HSL color Cylindrical-coordinate representation of color #41323A: hue angle of 328º 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 #41323A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB655058-
CMYK00.230.110.75
HSL328º13.04%22.55%-
HSV(B)328º23.08%25.49%-
XYZ4.083.714.5-
YUV55.4129.47134.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=37.57%
G=28.90%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65505800.230.110.7532813.0422.55
Hex41323A017B4B148d17
Octal1016272027131135101527
Binary100000111001011101001011110111001011101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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