#40363A

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

Shades of Barossa #40363A

Tints of Barossa #40363A

Color information

#40363A (or 0x40363A) is unknown color: approx Barossa. HEX triplet: 40, 36 and 3A. RGB value is (64,54,58). Sum of RGB (Red+Green+Blue) = 64+54+58=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 64 - color contains mainly: red. Hex color #40363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40363A is #BFC9C5. Grayscale: #393939. Windows color (decimal): -12569030 or 3814976. OLE color: 3814976.

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

Color convert

RGB645458-
CMYK00.160.090.75
HSL336º8.47%23.14%-
HSV(B)336º15.62%25.1%-
XYZ4.24.034.56-
YUV57.45128.31132.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=36.36%
G=30.68%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64545800.160.090.753368.4723.14
Hex40363A01094B150817
Octal1006672020111135201027
Binary100000011011011101001000010011001011101010000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,54,58); }

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

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

 a { background-color: rgb(64,54,58); }

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

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

 span { border-color: rgb(64,54,58); }

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