#3F3138

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

Shades of Barossa #3F3138

Tints of Barossa #3F3138

Color information

#3F3138 (or 0x3F3138) is unknown color: approx Barossa. HEX triplet: 3F, 31 and 38. RGB value is (63,49,56). Sum of RGB (Red+Green+Blue) = 63+49+56=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3138 is #C0CEC7. Grayscale: #353535. Windows color (decimal): -12635848 or 3682623. OLE color: 3682623.

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

Color convert

RGB634956-
CMYK00.220.110.75
HSL330º12.5%21.96%-
HSV(B)330º22.22%24.71%-
XYZ3.863.544.22-
YUV53.98129.14134.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.5%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=37.5%
G=29.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63495600.220.110.7533012.521.96
Hex3F3138016B4B14ac16
Octal776170026131135121426
Binary11111111000111100001011010111001011101001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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