#3F3037

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

Shades of Barossa #3F3037

Tints of Barossa #3F3037

Color information

#3F3037 (or 0x3F3037) is unknown color: approx Barossa. HEX triplet: 3F, 30 and 37. RGB value is (63,48,55). Sum of RGB (Red+Green+Blue) = 63+48+55=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3037 is #C0CFC8. Grayscale: #353535. Windows color (decimal): -12636105 or 3616831. OLE color: 3616831.

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

Color convert

RGB634855-
CMYK00.240.130.75
HSL332º13.51%21.76%-
HSV(B)332º23.81%24.71%-
XYZ3.83.454.08-
YUV53.28128.97134.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=37.95%
G=28.92%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63485500.240.130.7533213.5121.76
Hex3F3037018D4B14ce16
Octal776067030151135141626
Binary11111111000011011101100011011001011101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,48,55); }

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

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

 a { background-color: rgb(63,48,55); }

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

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

 span { border-color: rgb(63,48,55); }

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