#41333B

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

Shades of Barossa #41333B

Tints of Barossa #41333B

Color information

#41333B (or 0x41333B) is unknown color: approx Barossa. HEX triplet: 41, 33 and 3B. RGB value is (65,51,59). Sum of RGB (Red+Green+Blue) = 65+51+59=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #41333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41333B is #BECCC4. Grayscale: #383838. Windows color (decimal): -12504261 or 3879745. OLE color: 3879745.

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

Color convert

RGB655159-
CMYK00.220.090.75
HSL325.71º12.07%22.75%-
HSV(B)325.71º21.54%25.49%-
XYZ4.153.814.65-
YUV56.1129.64134.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=37.14%
G=29.14%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65515900.220.090.75325.7112.0722.75
Hex41333B01694B146c17
Octal1016373026111135061427
Binary100000111001111101101011010011001011101000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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