#3F383C

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

Shades of Barossa #3F383C

Tints of Barossa #3F383C

Color information

#3F383C (or 0x3F383C) is unknown color: approx Barossa. HEX triplet: 3F, 38 and 3C. RGB value is (63,56,60). Sum of RGB (Red+Green+Blue) = 63+56+60=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 63 - color contains mainly: red. Hex color #3F383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F383C is #C0C7C3. Grayscale: #3A3A3A. Windows color (decimal): -12634052 or 3946559. OLE color: 3946559.

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

Color convert

RGB635660-
CMYK00.110.050.75
HSL325.71º5.88%23.33%-
HSV(B)325.71º11.11%24.71%-
XYZ4.284.214.86-
YUV58.55128.82131.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=35.20%
G=31.28%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63566000.110.050.75325.715.8823.33
Hex3F383C0B54B146617
Octal7770740135113506627
Binary11111111100011110001011101100101110100011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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