#41373C

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

Shades of Barossa #41373C

Tints of Barossa #41373C

Color information

#41373C (or 0x41373C) is unknown color: approx Barossa. HEX triplet: 41, 37 and 3C. RGB value is (65,55,60). Sum of RGB (Red+Green+Blue) = 65+55+60=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #41373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41373C is #BEC8C3. Grayscale: #3A3A3A. Windows color (decimal): -12503236 or 3946305. OLE color: 3946305.

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

Color convert

RGB655560-
CMYK00.150.080.75
HSL330º8.33%23.53%-
HSV(B)330º15.38%25.49%-
XYZ4.364.184.85-
YUV58.56128.81132.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=36.11%
G=30.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65556000.150.080.753308.3323.53
Hex41373C0F84B14a818
Octal1016774017101135121030
Binary10000011101111111000111110001001011101001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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