#40333B

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

Shades of Barossa #40333B

Tints of Barossa #40333B

Color information

#40333B (or 0x40333B) is unknown color: approx Barossa. HEX triplet: 40, 33 and 3B. RGB value is (64,51,59). Sum of RGB (Red+Green+Blue) = 64+51+59=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #40333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333B is #BFCCC4. Grayscale: #373737. Windows color (decimal): -12569797 or 3879744. OLE color: 3879744.

HSL color Cylindrical-coordinate representation of color #40333B: hue angle of 323.08º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40333B is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB645159-
CMYK00.200.080.75
HSL323.08º11.3%22.55%-
HSV(B)323.08º20.31%25.1%-
XYZ4.093.774.65-
YUV55.8129.81133.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=36.78%
G=29.31%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64515900.200.080.75323.0811.322.55
Hex40333B01484B143b17
Octal1006373024101135031327
Binary100000011001111101101010010001001011101000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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