#41393C

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

Shades of Barossa #41393C

Tints of Barossa #41393C

Color information

#41393C (or 0x41393C) is unknown color: approx Barossa. HEX triplet: 41, 39 and 3C. RGB value is (65,57,60). Sum of RGB (Red+Green+Blue) = 65+57+60=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #41393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41393C is #BEC6C3. Grayscale: #3B3B3B. Windows color (decimal): -12502724 or 3946817. OLE color: 3946817.

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

Color convert

RGB655760-
CMYK00.120.080.75
HSL337.5º6.56%23.92%-
HSV(B)337.5º12.31%25.49%-
XYZ4.464.384.88-
YUV59.73128.15131.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=35.71%
G=31.32%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65576000.120.080.75337.56.5623.92
Hex41393C0C84B152718
Octal101717401410113522730
Binary1000001111001111100011001000100101110101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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