#41333A

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

Shades of Barossa #41333A

Tints of Barossa #41333A

Color information

#41333A (or 0x41333A) is unknown color: approx Barossa. HEX triplet: 41, 33 and 3A. RGB value is (65,51,58). Sum of RGB (Red+Green+Blue) = 65+51+58=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #41333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41333A is #BECCC5. Grayscale: #373737. Windows color (decimal): -12504262 or 3814209. OLE color: 3814209.

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

Color convert

RGB655158-
CMYK00.220.110.75
HSL330º12.07%22.75%-
HSV(B)330º21.54%25.49%-
XYZ4.133.84.52-
YUV55.98129.14134.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=37.36%
G=29.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65515800.220.110.7533012.0722.75
Hex41333A016B4B14ac17
Octal1016372026131135121427
Binary100000111001111101001011010111001011101001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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