#3C3238

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

Shades of Barossa #3C3238

Tints of Barossa #3C3238

Color information

#3C3238 (or 0x3C3238) is unknown color: approx Barossa. HEX triplet: 3C, 32 and 38. RGB value is (60,50,56). Sum of RGB (Red+Green+Blue) = 60+50+56=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3238 is #C3CDC7. Grayscale: #353535. Windows color (decimal): -12832200 or 3682876. OLE color: 3682876.

HSL color Cylindrical-coordinate representation of color #3C3238: hue angle of 324º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C3238 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB605056-
CMYK00.170.070.76
HSL324º9.09%21.57%-
HSV(B)324º16.67%23.53%-
XYZ3.723.534.23-
YUV53.67129.31132.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=36.14%
G=30.12%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60505600.170.070.763249.0921.57
Hex3C323801174C144916
Octal74627002171145041126
Binary1111001100101110000100011111001100101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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