#3F3A3D

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

Shades of Barossa #3F3A3D

Tints of Barossa #3F3A3D

Color information

#3F3A3D (or 0x3F3A3D) is unknown color: approx Barossa. HEX triplet: 3F, 3A and 3D. RGB value is (63,58,61). Sum of RGB (Red+Green+Blue) = 63+58+61=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A3D is #C0C5C2. Grayscale: #3B3B3B. Windows color (decimal): -12633539 or 4012607. OLE color: 4012607.

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

Color convert

RGB635861-
CMYK00.080.030.75
HSL324º4.13%23.73%-
HSV(B)324º7.94%24.71%-
XYZ4.414.425.04-
YUV59.84128.66130.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.62%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=34.62%
G=31.87%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63586100.080.030.753244.1323.73
Hex3F3A3D0834B144418
Octal7772750103113504430
Binary1111111110101111010100011100101110100010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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