#3F333A

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

Shades of Barossa #3F333A

Tints of Barossa #3F333A

Color information

#3F333A (or 0x3F333A) is unknown color: approx Barossa. HEX triplet: 3F, 33 and 3A. RGB value is (63,51,58). Sum of RGB (Red+Green+Blue) = 63+51+58=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F333A is #C0CCC5. Grayscale: #373737. Windows color (decimal): -12635334 or 3814207. OLE color: 3814207.

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

Color convert

RGB635158-
CMYK00.190.080.75
HSL325º10.53%22.35%-
HSV(B)325º19.05%24.71%-
XYZ43.734.51-
YUV55.39129.48133.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=36.63%
G=29.65%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63515800.190.080.7532510.5322.35
Hex3F333A01384B145b16
Octal776372023101135051326
Binary11111111001111101001001110001001011101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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