#41363C

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

Shades of Barossa #41363C

Tints of Barossa #41363C

Color information

#41363C (or 0x41363C) is unknown color: approx Barossa. HEX triplet: 41, 36 and 3C. RGB value is (65,54,60). Sum of RGB (Red+Green+Blue) = 65+54+60=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #41363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41363C is #BEC9C3. Grayscale: #393939. Windows color (decimal): -12503492 or 3946049. OLE color: 3946049.

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

Color convert

RGB655460-
CMYK00.170.080.75
HSL327.27º9.24%23.33%-
HSV(B)327.27º16.92%25.49%-
XYZ4.314.094.84-
YUV57.97129.14133.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=36.31%
G=30.17%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65546000.170.080.75327.279.2423.33
Hex41363C01184B147917
Octal1016674021101135071127
Binary100000111011011110001000110001001011101000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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