#3F2C38

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

Shades of Barossa #3F2C38

Tints of Barossa #3F2C38

Color information

#3F2C38 (or 0x3F2C38) is unknown color: approx Barossa. HEX triplet: 3F, 2C and 38. RGB value is (63,44,56). Sum of RGB (Red+Green+Blue) = 63+44+56=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C38 is #C0D3C7. Grayscale: #333333. Windows color (decimal): -12637128 or 3681343. OLE color: 3681343.

HSL color Cylindrical-coordinate representation of color #3F2C38: hue angle of 322.11º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F2C38 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB634456-
CMYK00.300.110.75
HSL322.11º17.76%20.98%-
HSV(B)322.11º30.16%24.71%-
XYZ3.663.144.16-
YUV51.05130.79136.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=38.65%
G=26.99%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63445600.300.110.75322.1117.7620.98
Hex3F2C3801EB4B1421215
Octal775470036131135022225
Binary111111101100111000011110101110010111010000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,56); }

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

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

 a { background-color: rgb(63,44,56); }

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

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

 span { border-color: rgb(63,44,56); }

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