#41383C

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

Shades of Barossa #41383C

Tints of Barossa #41383C

Color information

#41383C (or 0x41383C) is unknown color: approx Barossa. HEX triplet: 41, 38 and 3C. RGB value is (65,56,60). Sum of RGB (Red+Green+Blue) = 65+56+60=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #41383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383C is #BEC7C3. Grayscale: #3B3B3B. Windows color (decimal): -12502980 or 3946561. OLE color: 3946561.

HSL color Cylindrical-coordinate representation of color #41383C: hue angle of 333.33º 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 #41383C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB655660-
CMYK00.140.080.75
HSL333.33º7.44%23.73%-
HSV(B)333.33º13.85%25.49%-
XYZ4.414.284.87-
YUV59.15128.48132.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=35.91%
G=30.94%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65566000.140.080.75333.337.4423.73
Hex41383C0E84B14d718
Octal101707401610113515730
Binary1000001111000111100011101000100101110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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