#40303A

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

Shades of Barossa #40303A

Tints of Barossa #40303A

Color information

#40303A (or 0x40303A) is unknown color: approx Barossa. HEX triplet: 40, 30 and 3A. RGB value is (64,48,58). Sum of RGB (Red+Green+Blue) = 64+48+58=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #40303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40303A is #BFCFC5. Grayscale: #353535. Windows color (decimal): -12570566 or 3813440. OLE color: 3813440.

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

Color convert

RGB644858-
CMYK00.250.090.75
HSL322.5º14.29%21.96%-
HSV(B)322.5º25%25.1%-
XYZ3.943.514.47-
YUV53.92130.3135.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=37.65%
G=28.24%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64485800.250.090.75322.514.2921.96
Hex40303A01994B142e16
Octal1006072031111135021626
Binary100000011000011101001100110011001011101000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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