#3F2F39

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

Shades of Barossa #3F2F39

Tints of Barossa #3F2F39

Color information

#3F2F39 (or 0x3F2F39) is unknown color: approx Barossa. HEX triplet: 3F, 2F and 39. RGB value is (63,47,57). Sum of RGB (Red+Green+Blue) = 63+47+57=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F39 is #C0D0C6. Grayscale: #343434. Windows color (decimal): -12636359 or 3747647. OLE color: 3747647.

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

Color convert

RGB634757-
CMYK00.250.100.75
HSL322.5º14.55%21.57%-
HSV(B)322.5º25.4%24.71%-
XYZ3.83.394.32-
YUV52.92130.3135.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=37.72%
G=28.14%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63475700.250.100.75322.514.5521.57
Hex3F2F39019A4B142f16
Octal775771031121135021726
Binary11111110111111100101100110101001011101000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,47,57); }

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

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

 a { background-color: rgb(63,47,57); }

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

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

 span { border-color: rgb(63,47,57); }

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