#3F2C37

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

Shades of Barossa #3F2C37

Tints of Barossa #3F2C37

Color information

#3F2C37 (or 0x3F2C37) is unknown color: approx Barossa. HEX triplet: 3F, 2C and 37. RGB value is (63,44,55). Sum of RGB (Red+Green+Blue) = 63+44+55=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C37 is #C0D3C8. Grayscale: #323232. Windows color (decimal): -12637129 or 3615807. OLE color: 3615807.

HSL color Cylindrical-coordinate representation of color #3F2C37: hue angle of 325.26º 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 #3F2C37 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB634455-
CMYK00.300.130.75
HSL325.26º17.76%20.98%-
HSV(B)325.26º30.16%24.71%-
XYZ3.643.134.03-
YUV50.94130.29136.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=38.89%
G=27.16%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63445500.300.130.75325.2617.7620.98
Hex3F2C3701ED4B1451215
Octal775467036151135052225
Binary111111101100110111011110110110010111010001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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