#3F2A37

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

Shades of Barossa #3F2A37

Tints of Barossa #3F2A37

Color information

#3F2A37 (or 0x3F2A37) is unknown color: approx Barossa. HEX triplet: 3F, 2A and 37. RGB value is (63,42,55). Sum of RGB (Red+Green+Blue) = 63+42+55=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A37 is #C0D5C8. Grayscale: #313131. Windows color (decimal): -12637641 or 3615295. OLE color: 3615295.

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

Color convert

RGB634255-
CMYK00.330.130.75
HSL322.86º20%20.59%-
HSV(B)322.86º33.33%24.71%-
XYZ3.572.994-
YUV49.76130.96137.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=39.38%
G=26.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63425500.330.130.75322.862020.59
Hex3F2A37021D4B1431415
Octal775267041151135032425
Binary1111111010101101110100001110110010111010000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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