#3F2F36

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

Shades of Barossa #3F2F36

Tints of Barossa #3F2F36

Color information

#3F2F36 (or 0x3F2F36) is unknown color: approx Barossa. HEX triplet: 3F, 2F and 36. RGB value is (63,47,54). Sum of RGB (Red+Green+Blue) = 63+47+54=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F36 is #C0D0C9. Grayscale: #343434. Windows color (decimal): -12636362 or 3551039. OLE color: 3551039.

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

Color convert

RGB634754-
CMYK00.250.140.75
HSL333.75º14.55%21.57%-
HSV(B)333.75º25.4%24.71%-
XYZ3.733.363.94-
YUV52.58128.8135.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=38.41%
G=28.66%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63475400.250.140.75333.7514.5521.57
Hex3F2F36019E4B14ef16
Octal775766031161135161726
Binary11111110111111011001100111101001011101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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