#3F3238

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

Shades of Barossa #3F3238

Tints of Barossa #3F3238

Color information

#3F3238 (or 0x3F3238) is unknown color: approx Barossa. HEX triplet: 3F, 32 and 38. RGB value is (63,50,56). Sum of RGB (Red+Green+Blue) = 63+50+56=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3238 is #C0CDC7. Grayscale: #363636. Windows color (decimal): -12635592 or 3682879. OLE color: 3682879.

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

Color convert

RGB635056-
CMYK00.210.110.75
HSL332.31º11.5%22.16%-
HSV(B)332.31º20.63%24.71%-
XYZ3.93.624.24-
YUV54.57128.81134.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.28%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=37.28%
G=29.59%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63505600.210.110.75332.3111.522.16
Hex3F3238015B4B14cc16
Octal776270025131135141426
Binary11111111001011100001010110111001011101001100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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