Html Css Color HEX #3C3238 Barossa

📋 copy color: '#3C3238'

red 60 ◦ green 50 ◦ blue 56

#3C3238
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #3C3238

Tints of Barossa #3C3238

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 value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C3238 (or 0x3C3238) is known color: 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

RGB 60 50 56 -
CMYK 0 0.17 0.07 0.76
HSL 324º 0.09% 0.22% -
HSV(B) 324º 0.17% 0.24% -
XYZ 3.72 3.53 4.23 -
YUV 53.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 60 50 56 0 0.17 0.07 0.76 324 0.09 0.22
Hex 3C 32 38 0 11 7 4C 144 9 16
Octal 74 62 70 0 21 7 114 504 11 26
Binary 111100 110010 111000 0 10001 111 1001100 101000100 1001 10110

Color Harmonies of #3C3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3238

Black with #3C3238

Text Example


Text Example

White with #3C3238

Text Example


Text Example

HTML Codes & Css Web 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>