#41313B

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

Shades of Barossa #41313B

Tints of Barossa #41313B

Color information

#41313B (or 0x41313B) is unknown color: approx Barossa. HEX triplet: 41, 31 and 3B. RGB value is (65,49,59). Sum of RGB (Red+Green+Blue) = 65+49+59=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #41313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313B is #BECEC4. Grayscale: #363636. Windows color (decimal): -12504773 or 3879233. OLE color: 3879233.

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

Color convert

RGB654959-
CMYK00.250.090.75
HSL322.5º14.04%22.35%-
HSV(B)322.5º24.62%25.49%-
XYZ4.073.644.63-
YUV54.92130.3135.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=37.57%
G=28.32%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65495900.250.090.75322.514.0422.35
Hex41313B01994B142e16
Octal1016173031111135021626
Binary100000111000111101101100110011001011101000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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