#3F353B

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

Shades of Barossa #3F353B

Tints of Barossa #3F353B

Color information

#3F353B (or 0x3F353B) is unknown color: approx Barossa. HEX triplet: 3F, 35 and 3B. RGB value is (63,53,59). Sum of RGB (Red+Green+Blue) = 63+53+59=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 63 - color contains mainly: red. Hex color #3F353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F353B is #C0CAC4. Grayscale: #383838. Windows color (decimal): -12634821 or 3880255. OLE color: 3880255.

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

Color convert

RGB635359-
CMYK00.160.060.75
HSL324º8.62%22.75%-
HSV(B)324º15.87%24.71%-
XYZ4.113.924.68-
YUV56.67129.31132.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=36%
G=30.29%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63535900.160.060.753248.6222.75
Hex3F353B01064B144917
Octal77657302061135041127
Binary1111111101011110110100001101001011101000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,59); }

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

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

 a { background-color: rgb(63,53,59); }

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

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

 span { border-color: rgb(63,53,59); }

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