#41383D

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

Shades of Barossa #41383D

Tints of Barossa #41383D

Color information

#41383D (or 0x41383D) is unknown color: approx Barossa. HEX triplet: 41, 38 and 3D. RGB value is (65,56,61). Sum of RGB (Red+Green+Blue) = 65+56+61=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #41383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383D is #BEC7C2. Grayscale: #3B3B3B. Windows color (decimal): -12502979 or 4012097. OLE color: 4012097.

HSL color Cylindrical-coordinate representation of color #41383D: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41383D is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB655661-
CMYK00.140.060.75
HSL326.67º7.44%23.73%-
HSV(B)326.67º13.85%25.49%-
XYZ4.444.295.01-
YUV59.26128.98132.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=35.71%
G=30.77%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65566100.140.060.75326.677.4423.73
Hex41383D0E64B147718
Octal10170750166113507730
Binary100000111100011110101110110100101110100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41383D; }

 p { color: rgb(65,56,61); }

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

<style>
 a { background-color: #41383D; }

 a { background-color: rgb(65,56,61); }

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

<style>
 span { border-color: #41383D; }

 span { border-color: rgb(65,56,61); }

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