#41303A

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

Shades of Barossa #41303A

Tints of Barossa #41303A

Color information

#41303A (or 0x41303A) is unknown color: approx Barossa. HEX triplet: 41, 30 and 3A. RGB value is (65,48,58). Sum of RGB (Red+Green+Blue) = 65+48+58=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #41303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41303A is #BECFC5. Grayscale: #363636. Windows color (decimal): -12505030 or 3813441. OLE color: 3813441.

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

Color convert

RGB654858-
CMYK00.260.110.75
HSL324.71º15.04%22.16%-
HSV(B)324.71º26.15%25.49%-
XYZ43.544.48-
YUV54.22130.13135.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=38.01%
G=28.07%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65485800.260.110.75324.7115.0422.16
Hex41303A01AB4B145f16
Octal1016072032131135051726
Binary100000111000011101001101010111001011101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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