#41373B

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

Shades of Barossa #41373B

Tints of Barossa #41373B

Color information

#41373B (or 0x41373B) is unknown color: approx Barossa. HEX triplet: 41, 37 and 3B. RGB value is (65,55,59). Sum of RGB (Red+Green+Blue) = 65+55+59=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #41373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41373B is #BEC8C4. Grayscale: #3A3A3A. Windows color (decimal): -12503237 or 3880769. OLE color: 3880769.

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

Color convert

RGB655559-
CMYK00.150.090.75
HSL336º8.33%23.53%-
HSV(B)336º15.38%25.49%-
XYZ4.344.174.71-
YUV58.45128.31132.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 55 (21.88% from 255) = 30.73%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=36.31%
G=30.73%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65555900.150.090.753368.3323.53
Hex41373B0F94B150818
Octal1016773017111135201030
Binary10000011101111110110111110011001011101010000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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