#41313A

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

Shades of Barossa #41313A

Tints of Barossa #41313A

Color information

#41313A (or 0x41313A) is unknown color: approx Barossa. HEX triplet: 41, 31 and 3A. RGB value is (65,49,58). Sum of RGB (Red+Green+Blue) = 65+49+58=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #41313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313A is #BECEC5. Grayscale: #363636. Windows color (decimal): -12504774 or 3813697. OLE color: 3813697.

HSL color Cylindrical-coordinate representation of color #41313A: hue angle of 326.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #41313A is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB654958-
CMYK00.250.110.75
HSL326.25º14.04%22.35%-
HSV(B)326.25º24.62%25.49%-
XYZ4.043.634.49-
YUV54.81129.8135.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=37.79%
G=28.49%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65495800.250.110.75326.2514.0422.35
Hex41313A019B4B146e16
Octal1016172031131135061626
Binary100000111000111101001100110111001011101000110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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