#40383C

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

Shades of Barossa #40383C

Tints of Barossa #40383C

Color information

#40383C (or 0x40383C) is unknown color: approx Barossa. HEX triplet: 40, 38 and 3C. RGB value is (64,56,60). Sum of RGB (Red+Green+Blue) = 64+56+60=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 64 - color contains mainly: red. Hex color #40383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40383C is #BFC7C3. Grayscale: #3A3A3A. Windows color (decimal): -12568516 or 3946560. OLE color: 3946560.

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

Color convert

RGB645660-
CMYK00.130.060.75
HSL330º6.67%23.53%-
HSV(B)330º12.5%25.1%-
XYZ4.344.244.87-
YUV58.85128.65131.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=35.56%
G=31.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64566000.130.060.753306.6723.53
Hex40383C0D64B14a718
Octal10070740156113512730
Binary100000011100011110001101110100101110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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