#3F323A

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

Shades of Barossa #3F323A

Tints of Barossa #3F323A

Color information

#3F323A (or 0x3F323A) is unknown color: approx Barossa. HEX triplet: 3F, 32 and 3A. RGB value is (63,50,58). Sum of RGB (Red+Green+Blue) = 63+50+58=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 63 - color contains mainly: red. Hex color #3F323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F323A is #C0CDC5. Grayscale: #363636. Windows color (decimal): -12635590 or 3813951. OLE color: 3813951.

HSL color Cylindrical-coordinate representation of color #3F323A: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F323A is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB635058-
CMYK00.210.080.75
HSL323.08º11.5%22.16%-
HSV(B)323.08º20.63%24.71%-
XYZ3.953.644.5-
YUV54.8129.81133.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.84%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=36.84%
G=29.24%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63505800.210.080.75323.0811.522.16
Hex3F323A01584B143c16
Octal776272025101135031426
Binary11111111001011101001010110001001011101000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F323A; }

 p { color: rgb(63,50,58); }

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

<style>
 a { background-color: #3F323A; }

 a { background-color: rgb(63,50,58); }

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

<style>
 span { border-color: #3F323A; }

 span { border-color: rgb(63,50,58); }

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