#40363B

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

Shades of Barossa #40363B

Tints of Barossa #40363B

Color information

#40363B (or 0x40363B) is unknown color: approx Barossa. HEX triplet: 40, 36 and 3B. RGB value is (64,54,59). Sum of RGB (Red+Green+Blue) = 64+54+59=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #40363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40363B is #BFC9C4. Grayscale: #393939. Windows color (decimal): -12569029 or 3880512. OLE color: 3880512.

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

Color convert

RGB645459-
CMYK00.160.080.75
HSL330º8.47%23.14%-
HSV(B)330º15.62%25.1%-
XYZ4.224.044.7-
YUV57.56128.81132.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 59 (23.44% from 255) = 33.33%
R=36.16%
G=30.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64545900.160.080.753308.4723.14
Hex40363B01084B14a817
Octal1006673020101135121027
Binary100000011011011101101000010001001011101001010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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